mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
This commit is contained in:
@ -1354,7 +1354,8 @@ inline void mark_as_null_row(TABLE *table)
|
||||
inline void table_case_convert(char * name, uint length)
|
||||
{
|
||||
if (lower_case_table_names)
|
||||
my_casedn(files_charset_info, name, length);
|
||||
files_charset_info->cset->casedn(files_charset_info,
|
||||
name, length, name, length);
|
||||
}
|
||||
|
||||
inline const char *table_case_name(HA_CREATE_INFO *info, const char *name)
|
||||
|
Reference in New Issue
Block a user