mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Follow-up for patch for bug#11749345.
This commit is contained in:
parent
f4454a134a
commit
abd7a283b8
1 changed files with 2 additions and 0 deletions
|
@ -3766,6 +3766,8 @@ int get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond)
|
|||
continue;
|
||||
}
|
||||
|
||||
DEBUG_SYNC(thd, "before_open_in_get_all_tables");
|
||||
|
||||
if (fill_schema_table_by_open(thd, FALSE,
|
||||
table, schema_table,
|
||||
db_name, table_name,
|
||||
|
|
Loading…
Reference in a new issue