mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
more verbose tests
This commit is contained in:
parent
b976b9bfc3
commit
2144dc1ff2
16 changed files with 38 additions and 0 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue