more verbose tests

This commit is contained in:
Sergei Golubchik 2020-04-21 18:45:12 +02:00
commit 2144dc1ff2
16 changed files with 38 additions and 0 deletions

View file

@ -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
#