Fix test failure on innodb_stats_fetch_nonexistent.

This commit is contained in:
Jan Lindström 2015-01-27 15:40:50 +02:00
parent 0105bf349a
commit 0b049b4012
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
call mtr.add_suppression("InnoDB: Error: Fetch of persistent statistics requested for table *");
CREATE TABLE test_ps_fetch_nonexistent
(a INT, PRIMARY KEY (a))
ENGINE=INNODB STATS_PERSISTENT=1;

View File

@ -4,6 +4,8 @@
-- source include/have_innodb.inc
call mtr.add_suppression("InnoDB: Error: Fetch of persistent statistics requested for table *");
-- vertical_results
CREATE TABLE test_ps_fetch_nonexistent