Commit 2a4aca3e authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a compilation error that was introduced in the Bug #55222 fix

(bzr revision id kevin.lewis@oracle.com-20101130182552-hfydggaeeys3tjqx).
parent b92f2d29
......@@ -294,7 +294,7 @@ Sets the foreign_table_name_lookup pointer based on the value of
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 pointer based on the value of
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(
/*======================================*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment