mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Clean up merge from 4.1
mysql-test/r/func_date_add.result: Update results mysql-test/r/func_time.result: Update results server-tools/instance-manager/protocol.cc: Fix call to list_rest() sql/sp_head.cc: sp_change_db() removed, call mysql_change_db() instead.
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