diff options
Diffstat (limited to 'mysql-test/include/switch_to_mysql_global_priv.inc')
-rw-r--r-- | mysql-test/include/switch_to_mysql_global_priv.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/switch_to_mysql_global_priv.inc b/mysql-test/include/switch_to_mysql_global_priv.inc index 78df6642760..3a93746c4e8 100644 --- a/mysql-test/include/switch_to_mysql_global_priv.inc +++ b/mysql-test/include/switch_to_mysql_global_priv.inc @@ -1,3 +1,4 @@ +echo # switching back from mysql.user to mysql.global_priv; disable_query_log; drop table mysql.user; rename table mysql.user_bak to mysql.user; |