diff options
Diffstat (limited to 'sql/sql_reload.cc')
-rw-r--r-- | sql/sql_reload.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_reload.cc b/sql/sql_reload.cc index d2f118b62c9..1f3b1effff3 100644 --- a/sql/sql_reload.cc +++ b/sql/sql_reload.cc @@ -243,9 +243,9 @@ bool reload_acl_and_cache(THD *thd, unsigned long options, { /* It is not safe to upgrade the metadata lock without GLOBAL IX lock. - This can happen with FLUSH TABLES <list> WITH READ LOCK as we in these - cases don't take a GLOBAL IX lock in order to be compatible with - global read lock. + This can happen with FLUSH TABLES <list> WITH READ LOCK as we in + these cases don't take a GLOBAL IX lock in order to be compatible + with global read lock. */ if (thd->open_tables && !thd->mdl_context.is_lock_owner(MDL_key::GLOBAL, "", "", |