diff options
author | Dmitry Shulga <Dmitry.Shulga@oracle.com> | 2011-05-25 23:44:08 +0700 |
---|---|---|
committer | Dmitry Shulga <Dmitry.Shulga@oracle.com> | 2011-05-25 23:44:08 +0700 |
commit | abd7a283b8ac38304a8bf7c21c175c298eec7eda (patch) | |
tree | 981d2d7d169095a39f329bb0088c7e102fe1a9ef /sql/sql_show.cc | |
parent | f4454a134ad84d75c0efb733e0147a12095fb142 (diff) | |
download | mariadb-git-abd7a283b8ac38304a8bf7c21c175c298eec7eda.tar.gz |
Follow-up for patch for bug#11749345.
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 61a2287419c..fb5ed62ecdf 100644 --- a/sql/sql_show.cc +++ b/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, |