1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fix try for Buildbot test failure for tests

innodb_bug12400341
	innodb-mdev7046
	innodb_stats_fetch_nonexistent
This commit is contained in:
Jan Lindström
2015-01-16 11:26:03 +02:00
parent 26a8a95cb3
commit 813af4cde8
5 changed files with 9 additions and 2 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;