diff options
author | unknown <paul@ice.snake.net> | 2004-06-15 22:18:20 -0500 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2004-06-15 22:18:20 -0500 |
commit | 3165c7deda48c89f98f21204616376aa3eebfb3a (patch) | |
tree | 55d5ba340ed500c61110e640666ad2cde8553489 /mysql-test/r/grant2.result | |
parent | 1926d4ee3429f18ba7acd3e3b7436596fceb7f4b (diff) | |
download | mariadb-git-3165c7deda48c89f98f21204616376aa3eebfb3a.tar.gz |
Language/consistency edits to error messages
and affected test results.
Diffstat (limited to 'mysql-test/r/grant2.result')
-rw-r--r-- | mysql-test/r/grant2.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/grant2.result b/mysql-test/r/grant2.result index d0765e2721f..6f341e12344 100644 --- a/mysql-test/r/grant2.result +++ b/mysql-test/r/grant2.result @@ -10,7 +10,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' |