Commit 4b739dcf authored by Magnus Svensson's avatar Magnus Svensson
Browse files

Bug#40193 mtr --record is currently broken in 5.1-rpl and 6.0-rpl

parent 6a58dc51
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 )
  {