#At file:///home/marko/innobase/dev/mysql2a/5.5-innodb/ based on revid:marko.makela@stripped62isqq5lw47j
3248 Marko Mäkelä 2010-12-01
Fix a compilation error that was introduced in the Bug #55222 fix
(bzr revision id kevin.lewis@stripped0182552-hfydggaeeys3tjqx).
modified:
storage/innobase/dict/dict0mem.c
=== modified file 'storage/innobase/dict/dict0mem.c'
--- a/storage/innobase/dict/dict0mem.c revid:marko.makela@stripped5lw47j
+++ b/storage/innobase/dict/dict0mem.c revid:marko.makela@stripped
@@ -294,7 +294,7 @@ Sets the foreign_table_name_lookup point
srv_lower_case_table_names. If that is 0 or 1, foreign_table_name_lookup
will point to foreign_table_name. If 2, then another string is allocated
of the heap and set to lower case. */
-UNIV_INLINE
+UNIV_INTERN
void
dict_mem_foreign_table_name_lookup_set(
/*===================================*/
@@ -321,7 +321,7 @@ Sets the referenced_table_name_lookup po
srv_lower_case_table_names. If that is 0 or 1,
referenced_table_name_lookup will point to referenced_table_name. If 2,
then another string is allocated of the heap and set to lower case. */
-UNIV_INLINE
+UNIV_INTERN
void
dict_mem_referenced_table_name_lookup_set(
/*======================================*/
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20101201083654-fw6g5nvvj13cnu04.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-innodb branch (marko.makela:3248) Bug#55222 | marko.makela | 1 Dec |