1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#12618: Removing fake locking

This commit is contained in:
lars@mysql.com
2005-10-10 15:10:14 +02:00
parent e8f291f52b
commit 998380521f
4 changed files with 151 additions and 85 deletions

View File

@ -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)
{