mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -96,7 +96,8 @@ static void make_unique_view_field_name(THD *thd, Item *target,
|
||||
itc.rewind();
|
||||
}
|
||||
|
||||
target->orig_name= target->name.str;
|
||||
if (!target->orig_name)
|
||||
target->orig_name= target->name.str;
|
||||
target->set_name(thd, buff, name_len, system_charset_info);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user