mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
test results fixed
This commit is contained in:
parent
dfc8a17724
commit
683e3ef018
2 changed files with 2 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ current_user()
|
|||
mysqltest_1@localhost
|
||||
grant all privileges on `my\_1`.* to mysqltest_2@localhost with grant option;
|
||||
grant all privileges on `my_%`.* to mysqltest_3@localhost with grant option;
|
||||
ERROR 42000: Access denied for user: 'mysqltest_1@localhost' to database 'my_%'
|
||||
ERROR 42000: Access denied for user: 'mysqltest_1'@'localhost' to database 'my_%'
|
||||
show grants for mysqltest_1@localhost;
|
||||
Grants for mysqltest_1@localhost
|
||||
GRANT USAGE ON *.* TO 'mysqltest_1'@'localhost'
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@ grant all privileges on `my\_1`.* to mysqltest_2@localhost with grant option;
|
|||
--error 1044
|
||||
grant all privileges on `my_%`.* to mysqltest_3@localhost with grant option;
|
||||
disconnect user1;
|
||||
connect (root,localhost,root,,);
|
||||
connection root;
|
||||
connection default;
|
||||
show grants for mysqltest_1@localhost;
|
||||
show grants for mysqltest_2@localhost;
|
||||
--error 1141
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue