mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
12 lines
230 B
Text
12 lines
230 B
Text
|
#
|
||
|
# 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;
|
||
|
|