1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fixed compilation & test issues found by buildbot

include/Makefile.am:
  Added missing \
mysql-test/mysql-test-run.pl:
  Suppress warning when ha_archive is not compiled
mysql-test/r/variables-big.result:
  Updated results
This commit is contained in:
Michael Widenius
2011-07-02 17:37:59 +03:00
parent 006dedf537
commit ec3c26a515
3 changed files with 12 additions and 11 deletions

View File

@@ -4457,6 +4457,7 @@ sub extract_warning_lines ($$) {
qr|Checking table: '\./mtr/test_suppressions'|,
qr|Table \./test/bug53592 has a primary key in InnoDB data dictionary, but not in MySQL|,
qr|mysqld: Table '\./mtr/test_suppressions' is marked as crashed and should be repaired|,
qr|Can't open shared library.*ha_archive|,
qr|InnoDB: Error: table 'test/bug39438'|,
);