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:
@ -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))
|
||||
|
Reference in New Issue
Block a user