#At file:///Users/shulga/projects/mysql/mysql-5.5/ based on revid:anitha.gopi@stripped
3404 Dmitry Shulga 2011-05-25
Follow-up for patch for bug#11749345.
@ sql/sql_show.cc
Restored DEBUG_SYNC point missed during merge 5.1->5.5
modified:
sql/sql_show.cc
=== modified file 'sql/sql_show.cc'
--- a/sql/sql_show.cc 2011-05-21 09:29:10 +0000
+++ b/sql/sql_show.cc 2011-05-25 16:44:08 +0000
@@ -3766,6 +3766,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-20110525164408-ntcyhgfgat3of115.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (Dmitry.Shulga:3404) Bug#11749345 | Dmitry Shulga | 25 May |