summaryrefslogtreecommitdiff
path: root/mysql-test/main/empty_user_table.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-04-21 18:45:12 +0200
committerSergei Golubchik <serg@mariadb.org>2020-04-27 09:22:36 +0200
commit2144dc1ff2916ba1c0b0fded9cb7022b9ecf47a9 (patch)
tree1eeb0fb21bb62dca9bf478da685df0de35dc07f4 /mysql-test/main/empty_user_table.result
parentb976b9bfc3ec12cf4dcf57da828c0315916c1413 (diff)
downloadmariadb-git-2144dc1ff2916ba1c0b0fded9cb7022b9ecf47a9.tar.gz
more verbose tests
Diffstat (limited to 'mysql-test/main/empty_user_table.result')
-rw-r--r--mysql-test/main/empty_user_table.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/empty_user_table.result b/mysql-test/main/empty_user_table.result
index 924e4cd8ea5..e5307c36e24 100644
--- a/mysql-test/main/empty_user_table.result
+++ b/mysql-test/main/empty_user_table.result
@@ -7,8 +7,10 @@ Got one of the listed errors
insert mysql.global_priv select * from t1;
drop table t1;
flush privileges;
+# switching from mysql.global_priv to mysql.user
truncate table mysql.user;
flush privileges;
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
connect fail,localhost,u1;
Got one of the listed errors
+# switching back from mysql.user to mysql.global_priv