Commit 0b049b40 authored by Jan Lindström's avatar Jan Lindström

Fix test failure on innodb_stats_fetch_nonexistent.

parent 0105bf34
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;
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment