summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2013-06-26 13:17:27 +0300
committerunknown <sanja@montyprogram.com>2013-06-26 13:17:27 +0300
commite7606294b2bbd70be118cc81c5818dc643a770bf (patch)
treed05c1db1f8b3c4120a62c7ecb0d07f65b3fe75c6 /sql/sql_update.cc
parent68929e8e3f7e469ac5a56f120d9985574ad82b43 (diff)
downloadmariadb-git-e7606294b2bbd70be118cc81c5818dc643a770bf.tar.gz
A fix of unions with duplicate rows and returning bug fix for lp:732124 union + limit returns wrong result
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index cf853ffaed7..1dd83fa8865 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -1829,7 +1829,7 @@ multi_update::~multi_update()
}
-bool multi_update::send_data(List<Item> &not_used_values)
+int multi_update::send_data(List<Item> &not_used_values)
{
TABLE_LIST *cur_table;
DBUG_ENTER("multi_update::send_data");