summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/max_user_connections-2.test
blob: a376c78a09bd84d3b1cef776d96c57e63b42989c (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Test behavior of various per-account limits (aka quotas)
#
--source include/not_embedded.inc

#
# We will get an error as it was set to 0 at startup
#
--error ER_OPTION_PREVENTS_STATEMENT
set global max_user_connections=100;