diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-04-21 18:45:12 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-04-27 09:22:36 +0200 |
commit | 2144dc1ff2916ba1c0b0fded9cb7022b9ecf47a9 (patch) | |
tree | 1eeb0fb21bb62dca9bf478da685df0de35dc07f4 /mysql-test/main/grant.result | |
parent | b976b9bfc3ec12cf4dcf57da828c0315916c1413 (diff) | |
download | mariadb-git-2144dc1ff2916ba1c0b0fded9cb7022b9ecf47a9.tar.gz |
more verbose tests
Diffstat (limited to 'mysql-test/main/grant.result')
-rw-r--r-- | mysql-test/main/grant.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/grant.result b/mysql-test/main/grant.result index 5d4fdabfd41..3d2313e8c9b 100644 --- a/mysql-test/main/grant.result +++ b/mysql-test/main/grant.result @@ -2757,6 +2757,7 @@ DROP USER dummy@localhost; # # MDEV-19948 'show grants' return privileges individually # +# switching from mysql.global_priv to mysql.user CREATE USER ten2; GRANT ALL ON *.* TO ten2; SHOW GRANTS FOR ten2; @@ -2767,6 +2768,7 @@ SHOW GRANTS FOR ten2; Grants for ten2@% GRANT ALL PRIVILEGES ON *.* TO `ten2`@`%` DROP USER ten2; +# switching back from mysql.user to mysql.global_priv # # End of 10.3 tests # |