mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
fix grant5 test to return to the original database.
This commit is contained in:
parent
8981ee238a
commit
9cd9c3cf16
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ connection default;
|
|||
disconnect u1;
|
||||
drop user u1@localhost;
|
||||
drop database mysqltest1;
|
||||
use test;
|
||||
#
|
||||
# MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default role
|
||||
#
|
||||
|
|
|
@ -50,6 +50,7 @@ connection default;
|
|||
disconnect u1;
|
||||
drop user u1@localhost;
|
||||
drop database mysqltest1;
|
||||
use test;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default role
|
||||
|
|
Loading…
Add table
Reference in a new issue