mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Applied Sinisa's patch:
"A fix for non-releasing locks for multi table updates and multi table deletes with InnoDB tables."
This commit is contained in:
@@ -2038,7 +2038,7 @@ mysql_execute_command(void)
|
||||
(ORDER *)NULL,(ORDER *)NULL,(Item *)NULL,
|
||||
(ORDER *)NULL,
|
||||
select_lex->options | thd->options |
|
||||
SELECT_NO_JOIN_CACHE,
|
||||
SELECT_NO_JOIN_CACHE | SELECT_NO_UNLOCK,
|
||||
result);
|
||||
delete result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user