mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user