mariadb/mysql-test/suite/sys_vars/r/max_user_connections-2.result
Sergei Golubchik 2ccf247e93 after merge changes:
* rename all debugging related command-line options
  and variables to start from "debug-", and made them all
  OFF by default.
* replace "MySQL" with "MariaDB" in error messages
* "Cast ... converted ... integer to it's ... complement"
  is now a note, not a warning
* @@query_cache_strip_comments now has a session scope,
  not global.
2011-12-12 23:58:40 +01:00

2 lines
157 B
Text

set global max_user_connections=100;
ERROR HY000: The MariaDB server is running with the --max-user-connections=0 option so it cannot execute this statement