mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()
This commit is contained in:
@ -277,7 +277,7 @@ int Materialized_cursor::send_result_set_metadata(
|
||||
{
|
||||
Send_field send_field;
|
||||
Item_ident *ident= static_cast<Item_ident *>(item_dst);
|
||||
item_org->make_field(&send_field);
|
||||
item_org->make_field(thd, &send_field);
|
||||
|
||||
ident->db_name= thd->strdup(send_field.db_name);
|
||||
ident->table_name= thd->strdup(send_field.table_name);
|
||||
|
Reference in New Issue
Block a user