mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +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.
8 lines
342 B
Plaintext
8 lines
342 B
Plaintext
SET @old_general_log= @@global.general_log;
|
|
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.general_log= @old_general_log;
|
|
SET @@global.slow_query_log= @old_slow_query_log;
|