Commit 876fd284 authored by Dmitry Shulga's avatar Dmitry Shulga

Follow-up for patch for bug#11749345.

sql/sql_show.cc:
  Restored DEBUG_SYNC point missed during merge 5.1->5.5
parent 607c8bfc
...@@ -3766,6 +3766,8 @@ int get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond) ...@@ -3766,6 +3766,8 @@ int get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond)
continue; continue;
} }
DEBUG_SYNC(thd, "before_open_in_get_all_tables");
if (fill_schema_table_by_open(thd, FALSE, if (fill_schema_table_by_open(thd, FALSE,
table, schema_table, table, schema_table,
db_name, table_name, db_name, table_name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment