diff options
author | cbell/Chuck@mysql_cab_desk. <> | 2007-08-02 15:27:47 -0400 |
---|---|---|
committer | cbell/Chuck@mysql_cab_desk. <> | 2007-08-02 15:27:47 -0400 |
commit | dc2cab6561e751c22175bddaeeaf0de866e2bee3 (patch) | |
tree | c3c53cd8413b3030c9f2837b374f3db5ad512a70 /mysql-test/lib | |
parent | ac1767df0942f44ebc3db69c1005ee975804fff4 (diff) | |
parent | 62f8d8c64ac16cb370c5f887a19be0384fa91bda (diff) | |
download | mariadb-git-dc2cab6561e751c22175bddaeeaf0de866e2bee3.tar.gz |
Merge mysql_cab_desk.:C:/source/c++/mysql-5.1
into mysql_cab_desk.:C:/source/c++/mysql-5.1-new-rpl-merge
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_report.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl index 52ee1563738..1edace54d30 100644 --- a/mysql-test/lib/mtr_report.pl +++ b/mysql-test/lib/mtr_report.pl @@ -363,7 +363,11 @@ 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/ + /Cannot find table test\/bug29807 from the internal data dictionary/ or + + # BUG#29839 - lowercase_table3.test: Cannot find table test/T1 + # from the internal data dictiona + /Cannot find table test\/BUG29839 from the internal data dictionary/ ) { next; # Skip these lines |