1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Add STATS_PERSISTENT=0 to a test

This fixes up commit 314ed9f5ec
and commit 9608773f75
This commit is contained in:
Marko Mäkelä
2022-11-10 09:21:51 +02:00
parent 6b671aeee3
commit fef9d6ef1d
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ id2 int NOT NULL,
d1 datetime,
d2 timestamp NOT NULL,
KEY id2 (id2)
) engine=innodb;
) engine=innodb stats_persistent=0;
insert into t2 values
(1,2,'2019-03-05 00:00:00','2019-03-06 00:00:00'),
(2,3,'2019-03-05 00:00:00','2019-03-06 00:00:00'),