1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
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

4 lines
89 B
Plaintext

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