#At file:///Users/shulga/projects/mysql/mysql-trunk/ based on revid:anitha.gopi@stripped
3114 Dmitry Shulga 2011-05-25 [merge]
Merge mysql-5.5->mysql-trunk for follow-up for bug#11749345.
modified:
sql/sql_show.cc
=== modified file 'sql/sql_show.cc'
--- a/sql/sql_show.cc 2011-05-21 09:31:19 +0000
+++ b/sql/sql_show.cc 2011-05-25 16:48:28 +0000
@@ -3773,6 +3773,8 @@ int get_all_tables(THD *thd, TABLE_LIST
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,
Attachment: [text/bzr-bundle] bzr/dmitry.shulga@oracle.com-20110525164828-h71zhjn7nj07jn7g.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (Dmitry.Shulga:3114) Bug#11749345 | Dmitry Shulga | 25 May |