mirror of
https://github.com/MariaDB/server.git
synced 2025-05-16 03:24:47 +03:00
accept proxy protocol header from client connections. The new server variable 'proxy_protocol_networks' contains list of networks from which proxy header is accepted.
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
SET @old_slow_query_log= @@global.slow_query_log;
|
|
call mtr.add_suppression(" Error reading file './client_test_db/test_frm_bug.frm'");
|
|
call mtr.add_suppression(" IP address .* could not be resolved");
|
|
ok
|
|
SET @@global.slow_query_log= @old_slow_query_log;
|