test results fixed

This commit is contained in:
unknown 2003-07-28 16:58:51 +02:00
commit 683e3ef018
2 changed files with 2 additions and 3 deletions

View file

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