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

 2837 Andrei Elkin	2008-10-02 [merge]
      merge of the backported from 6.0-main deadlock suppression rule (Bug #36968).
modified:
  mysql-test/lib/mtr_report.pl

=== modified file 'mysql-test/lib/mtr_report.pl'
--- a/mysql-test/lib/mtr_report.pl	2008-09-08 11:05:26 +0000
+++ b/mysql-test/lib/mtr_report.pl	2008-10-02 08:06:59 +0000
@@ -315,7 +315,7 @@ sub mtr_report_stats ($) {
                 /Slave: Unknown column 'c7' in 't15' Error_code: 1054/ or
                 /Slave: Key column 'c6' doesn't exist in table Error_code: 1072/ 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-6.0 branch (aelkin:2837) Bug#36968Andrei Elkin2 Oct