List:Commits« Previous MessageNext Message »
From:Andrei Elkin Date:October 2 2008 7:46am
Subject:bzr commit into mysql-5.1 branch (aelkin:2756) Bug#36968
View as plain text  
#At file:///home/andrei/MySQL/BZR/mysql-5.1-5.1.29-rc/

 2756 Andrei Elkin	2008-10-02
      Bug #36968 rpl_temporary_errors.test produces warning in pushbuild
      
      backporting a part of the bug patch to 5.1.29 tree which uses an older version of mtr.
modified:
  mysql-test/lib/mtr_report.pl

per-file messages:
  mysql-test/lib/mtr_report.pl
    refining a suppression rule.
=== modified file 'mysql-test/lib/mtr_report.pl'
--- a/mysql-test/lib/mtr_report.pl	2008-08-12 10:26:23 +0000
+++ b/mysql-test/lib/mtr_report.pl	2008-10-02 07:46:14 +0000
@@ -312,7 +312,7 @@ sub mtr_report_stats ($) {
 		/Slave: According to the master's version/ or
 		/Slave: Column [0-9]* type mismatch/ or
 		/Slave: Error .* doesn't exist/ or
-		/Slave: Error .*Deadlock found/ or
+		/Slave: Deadlock found/ or
 		/Slave: Error .*Unknown table/ or
 		/Slave: Error in Write_rows event: / or
 		/Slave: Field .* of table .* has no default value/ or

Thread
bzr commit into mysql-5.1 branch (aelkin:2756) Bug#36968Andrei Elkin2 Oct