diff options
author | unknown <kostja@bodhi.(none)> | 2007-12-13 04:33:54 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-12-13 04:33:54 +0300 |
commit | ec206b4caea4b031056822f43cfe0ecf0fab86ea (patch) | |
tree | 4d3a1451faf430509b40aa63a8285ec816c3609d /mysql-test | |
parent | 9e7abc2c71103ac59d6475a90eb77d6abc08063e (diff) | |
download | mariadb-git-ec206b4caea4b031056822f43cfe0ecf0fab86ea.tar.gz |
Silence a new warning printed by rpl_row_tabledefs_3innodb test execution.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/lib/mtr_report.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl index a0a796dddf2..b1f15e5e187 100644 --- a/mysql-test/lib/mtr_report.pl +++ b/mysql-test/lib/mtr_report.pl @@ -304,6 +304,7 @@ sub mtr_report_stats ($) { /Slave: Error .*Unknown table/ or /Slave: Error in Write_rows event: / or /Slave: Field .* of table .* has no default value/ or + /Slave: Field .* doesn't have a default value/ or /Slave: Query caused different errors on master and slave/ or /Slave: Table .* doesn't exist/ or /Slave: Table width mismatch/ or |