summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-02-16 10:31:05 +0200
committermonty@mysql.com <>2004-02-16 10:31:05 +0200
commit050af89dd8034046df593c1ac7e060ee37bfdf27 (patch)
treee792af64f95eba198633387e3b36f50f096c3001 /mysql-test/t/grant.test
parent25aff697d17d023b1fe0c085f3215a1358832e5e (diff)
parentd1d48a9dd5e3a6ff3d5aadf9234d66777216b682 (diff)
downloadmariadb-git-050af89dd8034046df593c1ac7e060ee37bfdf27.tar.gz
Merge with public tree
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r--mysql-test/t/grant.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test
index 7255f872bb7..ea7d7fa44af 100644
--- a/mysql-test/t/grant.test
+++ b/mysql-test/t/grant.test
@@ -110,14 +110,14 @@ show grants for drop_user@localhost;
revoke all privileges, grant option from drop_user@localhost;
show grants for drop_user@localhost;
drop user drop_user@localhost;
---error 1268
+--error 1269
revoke all privileges, grant option from drop_user@localhost;
grant select(a) on test.t1 to drop_user1@localhost;
grant select on test.t1 to drop_user2@localhost;
grant select on test.* to drop_user3@localhost;
grant select on *.* to drop_user4@localhost;
---error 1267
+--error 1268
drop user drop_user1@localhost, drop_user2@localhost, drop_user3@localhost,
drop_user4@localhost;
revoke all privileges, grant option from drop_user1@localhost, drop_user2@localhost,