mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
5.5 merge
This commit is contained in:
commit
4749d40c63
464 changed files with 7733 additions and 3067 deletions
|
|
@ -6798,7 +6798,7 @@ find_field_in_tables(THD *thd, Item_ident *item,
|
|||
We can't do this in Item_field as this would change the
|
||||
'name' of the item which may be used in the select list
|
||||
*/
|
||||
strmake(name_buff, db, sizeof(name_buff)-1);
|
||||
strmake_buf(name_buff, db);
|
||||
my_casedn_str(files_charset_info, name_buff);
|
||||
db= name_buff;
|
||||
}
|
||||
|
|
@ -8371,7 +8371,7 @@ insert_fields(THD *thd, Name_resolution_context *context, const char *db_name,
|
|||
We can't do this in Item_field as this would change the
|
||||
'name' of the item which may be used in the select list
|
||||
*/
|
||||
strmake(name_buff, db_name, sizeof(name_buff)-1);
|
||||
strmake_buf(name_buff, db_name);
|
||||
my_casedn_str(files_charset_info, name_buff);
|
||||
db_name= name_buff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue