Skip to content

Commit

Permalink
Merge pull request #1663 from laurynas-biveinis/bug1684025-5.5
Browse files Browse the repository at this point in the history
Fix bug 1684025 (Spurious warnings on parts.partition_debug_innodb)
  • Loading branch information
laurynas-biveinis authored Apr 20, 2017
2 parents 83f0f82 + 4a659ed commit 83efd6e
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 83efd6e

Please sign in to comment.