mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Minor fixes
This commit is contained in:
@@ -7309,6 +7309,6 @@ static void describe_info(THD *thd, const char *info)
|
||||
return; /* purecov: inspected */
|
||||
packet->length(0);
|
||||
net_store_data(packet,info);
|
||||
if (!my_net_write(&thd->net,(char*) packet->ptr(),packet->length()))
|
||||
if (!SEND_ROW(thd, &thd->net, field_list.elements, (char*) packet->ptr(),packet->length()))
|
||||
send_eof(&thd->net);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user