Skip to content

Commit 0b049b4

Browse files
author
Jan Lindström
committed
Fix test failure on innodb_stats_fetch_nonexistent.
1 parent 0105bf3 commit 0b049b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mysql-test/suite/innodb/r/innodb_stats_fetch_nonexistent.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
call mtr.add_suppression("InnoDB: Error: Fetch of persistent statistics requested for table *");
12
CREATE TABLE test_ps_fetch_nonexistent
23
(a INT, PRIMARY KEY (a))
34
ENGINE=INNODB STATS_PERSISTENT=1;

mysql-test/suite/innodb/t/innodb_stats_fetch_nonexistent.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
-- source include/have_innodb.inc
66

7+
call mtr.add_suppression("InnoDB: Error: Fetch of persistent statistics requested for table *");
8+
79
-- vertical_results
810

911
CREATE TABLE test_ps_fetch_nonexistent

0 commit comments

Comments
 (0)