Issue with mysql-test-run

Bug #1272961 reported by Raghavendra D Prabhu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
New
Undecided
Unassigned
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Status tracked in 5.6
5.5
Fix Released
Undecided
Unassigned
5.6
Fix Released
Undecided
Unassigned

Bug Description

Its heuristics around binlog-format and skip-log-bin.

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"))

affects: codership-mysql → percona-xtradb-cluster
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-1595

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.