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

Merge remote-tracking branch '10.2' into 10.3

This commit is contained in:
Vicențiu Ciorbaru
2018-04-12 12:41:19 +03:00
145 changed files with 1961 additions and 423 deletions

View File

@ -484,7 +484,8 @@ err_with_reopen:
old locks. This should always succeed (unless some external process
has removed the tables)
*/
result= thd->locked_tables_list.reopen_tables(thd);
if (thd->locked_tables_list.reopen_tables(thd))
result= true;
/*
Since downgrade_lock() won't do anything with shared
metadata lock it is much simpler to go through all open tables rather