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:
@ -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
|
||||
|
Reference in New Issue
Block a user