summaryrefslogtreecommitdiff
path: root/mysql-test/r/wait_timeout_not_windows.result
blob: 867787a8ed34065898edffed658d3688cfe91339 (plain)
1
2
3
4
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;