diff options
author | serg@serg.mylan <> | 2003-07-28 16:58:51 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-07-28 16:58:51 +0200 |
commit | 2fc11f1f45ed1eaf2dbb63e9737b3afcdf930507 (patch) | |
tree | 598cb3130d45304792127409f53d4b0739e2d4a8 /mysql-test/t/grant2.test | |
parent | 8b52d7b6c481a1a20c7638a0c6411868127e02ed (diff) | |
download | mariadb-git-2fc11f1f45ed1eaf2dbb63e9737b3afcdf930507.tar.gz |
test results fixed
Diffstat (limited to 'mysql-test/t/grant2.test')
-rw-r--r-- | mysql-test/t/grant2.test | 3 |
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 |