summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant2.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-07-28 16:58:51 +0200
committerunknown <serg@serg.mylan>2003-07-28 16:58:51 +0200
commit683e3ef018122cc3b011cb2572af76fc96d94355 (patch)
tree598cb3130d45304792127409f53d4b0739e2d4a8 /mysql-test/t/grant2.test
parentdfc8a177242236445d51cd6b7ce4b5599231cc9e (diff)
downloadmariadb-git-683e3ef018122cc3b011cb2572af76fc96d94355.tar.gz
test results fixed
Diffstat (limited to 'mysql-test/t/grant2.test')
-rw-r--r--mysql-test/t/grant2.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/grant2.test b/mysql-test/t/grant2.test
index 3fbe2b0fe58..148c4d3da21 100644
--- a/mysql-test/t/grant2.test
+++ b/mysql-test/t/grant2.test
@@ -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