mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix test failure on innodb_stats_fetch_nonexistent.
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
call mtr.add_suppression("InnoDB: Error: Fetch of persistent statistics requested for table *");
|
||||||
CREATE TABLE test_ps_fetch_nonexistent
|
CREATE TABLE test_ps_fetch_nonexistent
|
||||||
(a INT, PRIMARY KEY (a))
|
(a INT, PRIMARY KEY (a))
|
||||||
ENGINE=INNODB STATS_PERSISTENT=1;
|
ENGINE=INNODB STATS_PERSISTENT=1;
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
-- source include/have_innodb.inc
|
-- source include/have_innodb.inc
|
||||||
|
|
||||||
|
call mtr.add_suppression("InnoDB: Error: Fetch of persistent statistics requested for table *");
|
||||||
|
|
||||||
-- vertical_results
|
-- vertical_results
|
||||||
|
|
||||||
CREATE TABLE test_ps_fetch_nonexistent
|
CREATE TABLE test_ps_fetch_nonexistent
|
||||||
|
Reference in New Issue
Block a user