1
0
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:
unknown
2005-08-15 14:19:56 -07:00
parent d6a6a48861
commit c78623fa10
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))