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 commit314ed9f5ec
and commit9608773f75
This commit is contained in:
@ -141,7 +141,7 @@ CREATE TABLE t2 (
|
||||
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'),
|
||||
|
Reference in New Issue
Block a user