diff options
author | unknown <paul@kite-hub.kitebird.com> | 2005-01-12 20:38:05 -0600 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2005-01-12 20:38:05 -0600 |
commit | c73762dbdfa67c82c7887a0b3be9d1a0f5602bdf (patch) | |
tree | f4c6781a8dadd144caddf3f6131585a359cc2f23 /mysql-test/r/user_limits.result | |
parent | 901321b893f22a4bb07668bc121a785df62db965 (diff) | |
download | mariadb-git-c73762dbdfa67c82c7887a0b3be9d1a0f5602bdf.tar.gz |
user_limits.result:
Fix test result affected by error message rewording.
errmsg.txt:
Reword error messages.
set_var.cc:
Reorder variables.
mysqld.cc:
Reorder options.
sql/mysqld.cc:
Reorder options.
sql/set_var.cc:
Reorder variables.
sql/share/errmsg.txt:
Reword error messages.
mysql-test/r/user_limits.result:
Fix test result affected by error message rewording.
Diffstat (limited to 'mysql-test/r/user_limits.result')
-rw-r--r-- | mysql-test/r/user_limits.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/user_limits.result b/mysql-test/r/user_limits.result index ec7adcdfe3c..b374b05e3f0 100644 --- a/mysql-test/r/user_limits.result +++ b/mysql-test/r/user_limits.result @@ -77,7 +77,7 @@ select @@session.max_user_connections, @@global.max_user_connections; select * from t1; i connect(localhost,mysqltest_1,,test,MYSQL_PORT,MYSQL_SOCK); -ERROR 42000: User mysqltest_1 has already more than 'max_user_connections' active connections +ERROR 42000: User mysqltest_1 already has more than 'max_user_connections' active connections grant usage on *.* to mysqltest_1@localhost with max_user_connections 3; select @@session.max_user_connections, @@global.max_user_connections; @@session.max_user_connections @@global.max_user_connections |