diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-07-23 12:51:51 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-07-23 14:48:13 +0200 |
commit | 911c4811ded0826386c53a2d6fbbe26a7a304089 (patch) | |
tree | 32c8a011a78811a2eb11ca7df86f960dde5d94f7 /mysql-test/r/grant2.result | |
parent | bb66e66daa6c92e80a4b390e1e0cdc7fb3891eda (diff) | |
download | mariadb-git-911c4811ded0826386c53a2d6fbbe26a7a304089.tar.gz |
cleanup and updated 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 3df9a5480d3..a1cee5741e4 100644 --- a/mysql-test/r/grant2.result +++ b/mysql-test/r/grant2.result @@ -335,7 +335,7 @@ delete from mysql.user where user like 'mysqltest\_1'; flush privileges; drop database mysqltest_1; set password = password("changed"); -ERROR 42000: You are using MariaDB as an anonymous user and anonymous users are not allowed to change passwords +ERROR 42000: You are using MariaDB as an anonymous user and anonymous users are not allowed to modify user settings lock table mysql.user write; flush privileges; grant all on *.* to 'mysqltest_1'@'localhost'; |