mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
11 lines
230 B
Text
11 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;
|
|
|