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/grant.result | |
parent | bb66e66daa6c92e80a4b390e1e0cdc7fb3891eda (diff) | |
download | mariadb-git-911c4811ded0826386c53a2d6fbbe26a7a304089.tar.gz |
cleanup and updated test results
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r-- | mysql-test/r/grant.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result index 0acf6f69323..25fe976b7ed 100644 --- a/mysql-test/r/grant.result +++ b/mysql-test/r/grant.result @@ -57,6 +57,7 @@ plugin authentication_string password_expired N is_role N +default_role show grants for mysqltest_1@localhost; Grants for mysqltest_1@localhost GRANT USAGE ON *.* TO 'mysqltest_1'@'localhost' REQUIRE CIPHER 'EDH-RSA-DES-CBC3-SHA' @@ -130,6 +131,7 @@ plugin authentication_string password_expired N is_role N +default_role show grants for mysqltest_1@localhost; Grants for mysqltest_1@localhost GRANT USAGE ON *.* TO 'mysqltest_1'@'localhost' WITH MAX_QUERIES_PER_HOUR 10 @@ -179,6 +181,7 @@ plugin authentication_string password_expired N is_role N +default_role show grants for mysqltest_1@localhost; Grants for mysqltest_1@localhost GRANT USAGE ON *.* TO 'mysqltest_1'@'localhost' WITH MAX_QUERIES_PER_HOUR 10 MAX_UPDATES_PER_HOUR 20 MAX_CONNECTIONS_PER_HOUR 30 |