mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_field
This commit is contained in:
@@ -990,7 +990,7 @@ bool Protocol_text::store_field_metadata_for_list_fields(const THD *thd,
|
||||
uint pos)
|
||||
{
|
||||
Send_field field= tl->view ?
|
||||
Send_field(fld, tl->view_db.str, tl->view_name.str) :
|
||||
Send_field(fld, tl->view_db, tl->view_name) :
|
||||
Send_field(fld);
|
||||
return store_field_metadata(thd, field, fld->charset_for_protocol(), pos);
|
||||
}
|
||||
|
Reference in New Issue
Block a user