Loading mysql-test/mysql-test-run.pl +10 −0 Original line number Diff line number Diff line Loading @@ -3596,6 +3596,11 @@ sub mysqld_arguments ($$$$$) { # Force mysqld to use log files up until 5.1.6 mtr_add_arg($args, "%s--log=%s", $prefix, $master->[0]->{'path_mylog'}); } else { # Turn on logging, will be sent to tables mtr_add_arg($args, "%s--log=", $prefix); } } if ( $type eq 'slave' ) Loading Loading @@ -3679,6 +3684,11 @@ sub mysqld_arguments ($$$$$) { # Force mysqld to use log files up until 5.1.6 mtr_add_arg($args, "%s--log=%s", $prefix, $master->[0]->{'path_mylog'}); } else { # Turn on logging, will be sent to tables mtr_add_arg($args, "%s--log=", $prefix); } } # end slave Loading Loading
mysql-test/mysql-test-run.pl +10 −0 Original line number Diff line number Diff line Loading @@ -3596,6 +3596,11 @@ sub mysqld_arguments ($$$$$) { # Force mysqld to use log files up until 5.1.6 mtr_add_arg($args, "%s--log=%s", $prefix, $master->[0]->{'path_mylog'}); } else { # Turn on logging, will be sent to tables mtr_add_arg($args, "%s--log=", $prefix); } } if ( $type eq 'slave' ) Loading Loading @@ -3679,6 +3684,11 @@ sub mysqld_arguments ($$$$$) { # Force mysqld to use log files up until 5.1.6 mtr_add_arg($args, "%s--log=%s", $prefix, $master->[0]->{'path_mylog'}); } else { # Turn on logging, will be sent to tables mtr_add_arg($args, "%s--log=", $prefix); } } # end slave Loading