summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb/r/dml_purge.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/dml_purge.result')
-rw-r--r--mysql-test/suite/innodb/r/dml_purge.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/dml_purge.result b/mysql-test/suite/innodb/r/dml_purge.result
index 2b345089..1ef8a5ea 100644
--- a/mysql-test/suite/innodb/r/dml_purge.result
+++ b/mysql-test/suite/innodb/r/dml_purge.result
@@ -1,3 +1,5 @@
+SET @save_stats_persistent = @@GLOBAL.innodb_stats_persistent;
+SET GLOBAL innodb_stats_persistent = 0;
#
# MDEV-12288 Reset DB_TRX_ID when the history is removed,
# to speed up MVCC
@@ -46,3 +48,4 @@ a b c
1 2 NULL
3 -3 NULL
DROP TABLE t1;
+SET GLOBAL innodb_stats_persistent = @save_stats_persistent;