diff options
author | unknown <jimw@mysql.com> | 2005-05-02 11:45:06 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-05-02 11:45:06 -0700 |
commit | d00d1dd1fabf0c4418697d5d978f87e16764556b (patch) | |
tree | f58ab839da5bd4e43ecf132422ca91a33fa02ed2 /mysql-test/r/user_limits.result | |
parent | d4b39a511c92a86e2d8bb6236d62f160ca547897 (diff) | |
download | mariadb-git-d00d1dd1fabf0c4418697d5d978f87e16764556b.tar.gz |
Update test results
mysql-test/r/query_cache.result:
Update results
mysql-test/r/user_limits.result:
Update results
Diffstat (limited to 'mysql-test/r/user_limits.result')
-rw-r--r-- | mysql-test/r/user_limits.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/user_limits.result b/mysql-test/r/user_limits.result index 75062e97200..a94eb4616d1 100644 --- a/mysql-test/r/user_limits.result +++ b/mysql-test/r/user_limits.result @@ -42,11 +42,11 @@ i select * from t1; i connect(localhost,mysqltest_1,,test,MYSQL_PORT,MYSQL_SOCK); -ERROR 42000: User 'mysqltest_1' has exceeded the 'max_connections' resource (current value: 2) +ERROR 42000: User 'mysqltest_1' has exceeded the 'max_connections_per_hour' resource (current value: 2) select * from t1; i connect(localhost,mysqltest_1,,test,MYSQL_PORT,MYSQL_SOCK); -ERROR 42000: User 'mysqltest_1' has exceeded the 'max_connections' resource (current value: 2) +ERROR 42000: User 'mysqltest_1' has exceeded the 'max_connections_per_hour' resource (current value: 2) drop user mysqltest_1@localhost; flush privileges; grant usage on *.* to mysqltest_1@localhost with max_user_connections 2; |