mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
Commit on behalf of Dmitry Lenev.
Merge his patch for Bug#52044 into 5.5, and apply review comments.
This commit is contained in:
commit
29c4873ad5
27 changed files with 1265 additions and 367 deletions
|
|
@ -3273,8 +3273,8 @@ static int fill_schema_table_from_frm(THD *thd, TABLE_LIST *tables,
|
|||
|
||||
/*
|
||||
TODO: investigate if in this particular situation we can get by
|
||||
simply obtaining internal lock of data-dictionary (ATM it
|
||||
is LOCK_open) instead of obtaning full-blown metadata lock.
|
||||
simply obtaining internal lock of the data-dictionary
|
||||
instead of obtaining full-blown metadata lock.
|
||||
*/
|
||||
if (try_acquire_high_prio_shared_mdl_lock(thd, &table_list, can_deadlock))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue