1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge tag 'mariadb-10.0.35' into 10.0-galera

This commit is contained in:
Jan Lindström
2018-05-07 17:20:39 +03:00
323 changed files with 5071 additions and 2905 deletions

View File

@ -5600,6 +5600,10 @@ finish:
lex->unit.cleanup();
/* close/reopen tables that were marked to need reopen under LOCK TABLES */
if (! thd->lex->requires_prelocking())
thd->locked_tables_list.reopen_tables(thd, true);
if (! thd->in_sub_stmt)
{
if (thd->killed != NOT_KILLED)