Comment 1 for bug 1272961

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Fixed with

 === modified file 'Percona-Server/mysql-test/mysql-test-run.pl'
 --- Percona-Server/mysql-test/mysql-test-run.pl 2013-12-11 10:57:45 +0000
 +++ Percona-Server/mysql-test/mysql-test-run.pl 2014-01-26 18:38:13 +0000
 @@ -4907,9 +4907,12 @@
      {
        $found_skip_core= 1;
      }
 - elsif ($skip_binlog and mtr_match_prefix($arg, "--binlog-format"))
 +# elsif ($skip_binlog and mtr_match_prefix($arg, "--binlog-format"))
 +# {
 +# ; # Dont add --binlog-format when running without binlog
 +# }
 + elsif ($arg eq "--loose-skip-log-bin")
      {
 - ; # Dont add --binlog-format when running without binlog
      }
      elsif ($arg eq "--loose-skip-log-bin" and
             $mysqld->option("log-slave-updates"))