1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

A fix of unions with duplicate rows and returning bug fix for lp:732124 union + limit returns wrong result

This commit is contained in:
unknown
2013-06-26 13:17:27 +03:00
parent 68929e8e3f
commit e7606294b2
11 changed files with 34 additions and 34 deletions

View File

@@ -3537,7 +3537,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;