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

Merge Mariadb 5.1->5.2

This commit is contained in:
unknown
2011-04-12 14:26:06 +02:00
17 changed files with 124 additions and 46 deletions

View File

@ -3191,7 +3191,7 @@ select_insert::~select_insert()
}
bool select_insert::send_data(List<Item> &values)
int select_insert::send_data(List<Item> &values)
{
DBUG_ENTER("select_insert::send_data");
bool error=0;