1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  mysql.com:/home/my/mysql-5.1
This commit is contained in:
monty@mysql.com
2006-02-26 15:12:56 +02:00
58 changed files with 10793 additions and 113 deletions

View File

@ -993,6 +993,7 @@ bool select_send::send_data(List<Item> &items)
protocol->remove_last_row();
else
DBUG_RETURN(protocol->write());
protocol->remove_last_row();
DBUG_RETURN(1);
}