List:Commits« Previous MessageNext Message »
From:tim Date:November 20 2007 7:51pm
Subject:bk commit into 5.1 tree (tsmith:1.2633)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tsmith. When tsmith does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-11-20 12:51:36-07:00, tsmith@stripped +1 -0
  Minor update to allowed errors list in mysql-test's mtr_report.pl

  mysql-test/lib/mtr_report.pl@stripped, 2007-11-20 12:51:34-07:00, tsmith@stripped +1 -1
    Update 'allowed errors' list to match re-formatted InnoDB error message.

diff -Nrup a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl
--- a/mysql-test/lib/mtr_report.pl	2007-10-08 10:38:29 -06:00
+++ b/mysql-test/lib/mtr_report.pl	2007-11-20 12:51:34 -07:00
@@ -342,7 +342,7 @@ sub mtr_report_stats ($) {
 
                 # BUG#29807 - innodb_mysql.test: Cannot find table test/t2
                 #             from the internal data dictionary
-                /Cannot find table test\/bug29807 from the internal data dictionary/ or
+                /Cannot find or open table test\/bug29807 from/ or
 
                 # BUG#29839 - lowercase_table3.test: Cannot find table test/T1
                 #             from the internal data dictiona
Thread
bk commit into 5.1 tree (tsmith:1.2633)tim20 Nov