mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix a compilation error that was introduced in the Bug #55222 fix
(bzr revision id kevin.lewis@oracle.com-20101130182552-hfydggaeeys3tjqx).
This commit is contained in:
parent
b92f2d29c3
commit
2a4aca3e68
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
/*======================================*/
|
||||
|
|
Loading…
Reference in a new issue