summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index 254b4ce7dd3..63b6a168590 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -4377,6 +4377,8 @@ open_tables_acquire_upgradable_mdl(THD *thd, TABLE_LIST *tables_start,
MDL_request_list mdl_requests;
TABLE_LIST *table;
+ DEBUG_SYNC(thd, "open_tables_acquire_upgradable_mdl");
+
for (table= tables_start; table && table != tables_end;
table= table->next_global)
{