mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
6 lines
213 B
Text
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;
|