Browse Source

Follow-up for patch for bug#11749345.

sql/sql_show.cc:
  Restored DEBUG_SYNC point missed during merge 5.1->5.5
pull/374/head
Dmitry Shulga 15 years ago
parent
commit
876fd28402
  1. 2
      sql/sql_show.cc

2
sql/sql_show.cc

@ -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…
Cancel
Save