1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Clean up merge from 4.1

This commit is contained in:
jimw@mysql.com
2005-08-15 14:19:56 -07:00
parent 2d34276417
commit 68d5420d7c
4 changed files with 18 additions and 4 deletions

View File

@ -203,7 +203,7 @@ int send_fields(struct st_net *net, LIST *fields)
position+= 12;
if (my_net_write(net, send_buff.buffer, (uint) position+1))
goto err;
tmp= rest(tmp);
tmp= list_rest(tmp);
}
if (my_net_write(net, eof_buff, 1))