mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
test fixes for FreeBSD
* FreeBSD returns errno 31 (EMLINK, Too many links), not 40 (ELOOP, Too many levels of symbolic links) * (`mysqlbinlog|mysql`) was just crazy, why did it ever work? * socket_ipv6.inc check (that checked whether ipv6 is supported) only worked correctly when ipv6 was supported * perfschema.socket_summary_by_instance was changing global variables and then skip-ing the test (because on missing ipv6)
This commit is contained in:
@ -20,6 +20,7 @@ let $check_ipv6_just_check= 1;
|
||||
#==============================================================================
|
||||
--disable_query_log
|
||||
--disable_result_log
|
||||
--disable_connect_log
|
||||
--disable_abort_on_error
|
||||
|
||||
let $check_ipv6_supported= 1;
|
||||
@ -44,6 +45,7 @@ if(!$mysql_errno)
|
||||
connection default;
|
||||
|
||||
--enable_abort_on_error
|
||||
--enable_connect_log
|
||||
--enable_result_log
|
||||
--enable_query_log
|
||||
|
||||
@ -62,6 +64,7 @@ let $check_ipv4_mapped_just_check= 1;
|
||||
#==============================================================================
|
||||
--disable_query_log
|
||||
--disable_result_log
|
||||
--disable_connect_log
|
||||
--disable_abort_on_error
|
||||
|
||||
let $check_ipv4_mapped_supported= 1;
|
||||
@ -86,6 +89,7 @@ if(!$mysql_errno)
|
||||
connection default;
|
||||
|
||||
--enable_abort_on_error
|
||||
--enable_connect_log
|
||||
--enable_result_log
|
||||
--enable_query_log
|
||||
|
||||
|
Reference in New Issue
Block a user