mariadb/mysql-test/r/wait_timeout_not_windows.result
Sergei Golubchik 2220480731 MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout
restore the error message that was removed by mistake in ec38c1bbd7
2016-04-25 22:46:43 +02:00

3 lines
89 B
Text

set global log_warnings=2;
set @@wait_timeout=1;
set global log_warnings=@@log_warnings;