summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant2.result
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-03-22 15:57:24 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2005-03-22 15:57:24 +0200
commit01dddf095a106ffb5e056dc6eaad60de511afa8f (patch)
treed059977e7bf9355db26e81322219225f4d2e3368 /mysql-test/r/grant2.result
parentb10b7017fc1762335bb93743240e6d00d7d0508f (diff)
downloadmariadb-git-01dddf095a106ffb5e056dc6eaad60de511afa8f.tar.gz
- Added new error message.
- Changed error message in sql_acl.cc - Added some more tests for GRANT.
Diffstat (limited to 'mysql-test/r/grant2.result')
-rw-r--r--mysql-test/r/grant2.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/grant2.result b/mysql-test/r/grant2.result
index e6db7bd682f..ecd43cc2860 100644
--- a/mysql-test/r/grant2.result
+++ b/mysql-test/r/grant2.result
@@ -165,7 +165,7 @@ GRANT UPDATE (c2) ON "test"."t2" TO 'mysqltest_1'@'%'
GRANT UPDATE ON "test"."t1" TO 'mysqltest_1'@'%'
drop user 'mysqltest_1', 'mysqltest_3';
grant all on test.t1 to 'mysqltest_1';
-ERROR 42000: 'root'@'localhost' is not allowed to create new users
+ERROR HY000: You are not allowed to create a user with GRANT
drop user 'mysqltest_1';
ERROR HY000: Operation DROP USER failed for 'mysqltest_1'@'%'
drop table t1, t2;