Skip to content

Commit

Permalink
Fix bug 1684025 (Spurious warnings on parts.partition_debug_innodb)
Browse files Browse the repository at this point in the history
Suppress the warning that is produced when a page is recovered from
the doublewrite buffer correctly.
  • Loading branch information
laurynas-biveinis committed Apr 19, 2017
1 parent d4585f0 commit 4a659ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/parts/r/partition_debug_innodb.result
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DROP TABLE IF EXISTS t1;
CALL mtr.add_suppression("InnoDB: Warning: database page corruption or a failed");
#
# Bug#12696518/Bug#11766879/60106:DIFF BETWEEN # OF INDEXES IN MYSQL
# VS INNODB, PARTITONING, ON INDEX CREATE
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/parts/t/partition_debug_innodb.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
DROP TABLE IF EXISTS t1;
--enable_warnings

CALL mtr.add_suppression("InnoDB: Warning: database page corruption or a failed");

--let $DATADIR= `SELECT @@datadir;`

--echo #
Expand Down

0 comments on commit 4a659ed

Please sign in to comment.