mariadb/mysql-test/suite/sys_vars/t/back_log_basic.test
Sergei Golubchik d924e0b993 MDEV-13375 back_log ignored
doing SYSVAR_AUTOSIZE() because of back_log > max_connections
enabled "autosized" flag, and that made IS_SYSVAR_AUTOSIZE()
true, which triggered the second SYSVAR_AUTOSIZE.

Remove back_log <= max_connections limit, back_log
doesn't *always* have to be smaller than max_connections.
2017-08-14 19:45:59 +02:00

4 lines
68 B
Text

#
# show the global and session values;
#
select @@global.back_log;