1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merging&testing

This commit is contained in:
hf@deer.mysql.r18.ru
2002-12-17 19:33:25 +04:00
parent c1e69d2cca
commit d8c700891e
7 changed files with 95 additions and 16 deletions

View File

@ -1032,6 +1032,7 @@ static int send_check_errmsg(THD *thd, TABLE_LIST* table,
{
Protocol *protocol= thd->protocol;
protocol->set_nfields(4);
protocol->prepare_for_resend();
protocol->store(table->alias);
protocol->store((char*) operator_name);