mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
BUG#12618: Removing fake locking
mysql-test/r/rpl_multi_update3.result: New test case mysql-test/t/rpl_multi_update3.test: New test case sql/sql_parse.cc: Removed fake locking Changed so that filtering is done later for multi-update Removed redundant code sql/sql_update.cc: Moved call to sql_parse.cc
This commit is contained in:
@@ -672,9 +672,6 @@ int mysql_multi_update(THD *thd,
|
||||
multi_update *result;
|
||||
DBUG_ENTER("mysql_multi_update");
|
||||
|
||||
if ((res= mysql_multi_update_lock(thd, table_list, fields, select_lex)))
|
||||
DBUG_RETURN(res);
|
||||
|
||||
/* Setup timestamp handling */
|
||||
for (tl= update_list; tl; tl= tl->next)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user