Loading mysql-test/mysql-test-run.pl +5 −1 Original line number Diff line number Diff line Loading @@ -4397,8 +4397,12 @@ sub start_mysqltest ($) { { mtr_add_arg($args, "--record"); # When recording to a non existing result file # the name of that file is in "record_file" if ( defined $tinfo->{'record_file'} ) { mtr_add_arg($args, "--result-file=%s", $tinfo->{record_file}); } } if ( $opt_client_gdb ) { Loading Loading
mysql-test/mysql-test-run.pl +5 −1 Original line number Diff line number Diff line Loading @@ -4397,8 +4397,12 @@ sub start_mysqltest ($) { { mtr_add_arg($args, "--record"); # When recording to a non existing result file # the name of that file is in "record_file" if ( defined $tinfo->{'record_file'} ) { mtr_add_arg($args, "--result-file=%s", $tinfo->{record_file}); } } if ( $opt_client_gdb ) { Loading