mariadb/mysql-test/r/wait_timeout_not_windows.result
2016-06-30 23:56:18 -04:00

6 lines
213 B
Text

set global log_warnings=2;
connect foo,localhost,root;
set @@wait_timeout=1;
connection default;
FOUND /Aborted.*Got timeout reading communication packets/ in mysqld.1.err
set global log_warnings=@@log_warnings;