1
0
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:
unknown
2003-02-19 15:08:29 +01:00
parent ea3e5a5c0f
commit f4d93af14d
4 changed files with 14 additions and 2 deletions

View File

@@ -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;
}