summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant2.result
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/r/grant2.result
parentdfc8a177242236445d51cd6b7ce4b5599231cc9e (diff)
downloadmariadb-git-683e3ef018122cc3b011cb2572af76fc96d94355.tar.gz
test results fixed
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 d49b9daee85..0b127188586 100644
--- a/mysql-test/r/grant2.result
+++ b/mysql-test/r/grant2.result
@@ -7,7 +7,7 @@ current_user()
mysqltest_1@localhost
grant all privileges on `my\_1`.* to mysqltest_2@localhost with grant option;
grant all privileges on `my_%`.* to mysqltest_3@localhost with grant option;
-ERROR 42000: Access denied for user: 'mysqltest_1@localhost' to database 'my_%'
+ERROR 42000: Access denied for user: 'mysqltest_1'@'localhost' to database 'my_%'
show grants for mysqltest_1@localhost;
Grants for mysqltest_1@localhost
GRANT USAGE ON *.* TO 'mysqltest_1'@'localhost'