mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
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;
|