mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()
This commit is contained in:
parent
464394bf47
commit
0746a07708
24 changed files with 105 additions and 111 deletions
|
|
@ -1029,7 +1029,7 @@ bool Protocol::send_result_set_metadata(List<Item> *list, uint flags)
|
|||
while ((item= it++))
|
||||
{
|
||||
Send_field server_field;
|
||||
item->make_field(&server_field);
|
||||
item->make_field(thd, &server_field);
|
||||
|
||||
/* Keep things compatible for old clients */
|
||||
if (server_field.type == MYSQL_TYPE_VARCHAR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue