mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merging
This commit is contained in:
@ -711,7 +711,7 @@ mysqld_show_fields(THD *thd, TABLE_LIST *table_list,const char *wild,
|
||||
{
|
||||
byte *pos;
|
||||
uint flags=field->flags;
|
||||
String type(tmp,sizeof(tmp),default_charset_info);
|
||||
String type(tmp,sizeof(tmp),current_thd->thd_charset);
|
||||
uint col_access;
|
||||
bool null_default_value=0;
|
||||
|
||||
|
Reference in New Issue
Block a user