diff options
author | unknown <msvensson@pilot.(none)> | 2007-06-01 13:50:59 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-06-01 13:50:59 +0200 |
commit | fee880ce105613d1ee4e06d97eb46447c1538211 (patch) | |
tree | 73908368c3b83f53485860e6cb71a15431daf22a /mysql-test/t/grant.test | |
parent | 5220d74cb654e93559d5c988d30eb3837678b487 (diff) | |
parent | 3b74591e36d87d288790558ea70f1009792401a4 (diff) | |
download | mariadb-git-fee880ce105613d1ee4e06d97eb46447c1538211.tar.gz |
Merge pilot.(none):/data/msvensson/mysql/bug28497/my50-bug28497
into pilot.(none):/data/msvensson/mysql/bug28497/my51-bug28497
mysql-test/t/grant.test:
Auto merged
mysql-test/t/rpl_packet.test:
Auto merged
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index 2cc8a0d1489..f500b8e6591 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -1003,7 +1003,7 @@ DROP USER bug23556@localhost; # Bug #6774: Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES # # Check if GRANT ... ON * ... fails when no database is selected -connect (con1, localhost, root,,*NO-ONE*) +connect (con1, localhost, root,,*NO-ONE*); connection con1; --error ER_NO_DB_ERROR GRANT PROCESS ON * TO user@localhost; |