mariadb/mysql-test/r/wait_timeout_not_windows.result
2016-10-26 18:44:34 +02:00

4 lines
164 B
Text

set global log_warnings=2;
set @@wait_timeout=1;
FOUND /Aborted.*Got timeout reading communication packets/ in mysqld.1.err
set global log_warnings=@@log_warnings;