1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

After merge fixes

This commit is contained in:
monty@mysql.com
2004-09-02 16:57:26 +03:00
parent 054cea4ca8
commit dec44916c1
7 changed files with 10 additions and 15 deletions

View File

@ -2458,7 +2458,7 @@ insert_fields(THD *thd,TABLE_LIST *tables, const char *db_name,
'name' of the item which may be used in the select list
*/
strmake(name_buff, db_name, sizeof(name_buff)-1);
my_casedn_str(name_buff);
my_casedn_str(files_charset_info, name_buff);
db_name= name_buff;
}