#At lp:maria

 2774 [email protected]  2009-11-26
      After-merge fixes for merge of MySQL 5.1.41 into MariaDB: more 
post-shutdown warning fixes.
      modified:
        mysql-test/mysql-test-run.pl

=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl      2009-11-26 07:45:54 +0000
+++ b/mysql-test/mysql-test-run.pl      2009-11-26 08:02:33 +0000
@@ -3992,7 +3992,8 @@ sub extract_warning_lines ($) {
      qr/Setting lower_case_table_names=2/,
      qr/deprecated/,
      qr/Slave SQL thread retried transaction/,
-     qw/Slave \(additional info\)/,
+     qr/Slave \(additional info\)/,
+     qr/Incorrect information in file/,
     );
 
   my $match_count= 0;


_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to