summaryrefslogtreecommitdiff
path: root/mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result')
-rw-r--r--mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result b/mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result
index a40493a18f5..b4ae303adff 100644
--- a/mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result
+++ b/mysql-test/suite/tokudb.parts/r/partition_auto_increment_tokudb.result
@@ -1,3 +1,6 @@
+SET @tokudb_prelock_empty_saved = @@GLOBAL.tokudb_prelock_empty;
+SET GLOBAL tokudb_prelock_empty = 0;
+SET SESSION tokudb_prelock_empty = 0;
DROP TABLE IF EXISTS t1;
# test without partitioning for reference
CREATE TABLE t1 (
@@ -1113,3 +1116,4 @@ a
0
DROP TABLE t1;
##############################################################################
+SET GLOBAL tokudb_prelock_empty = @tokudb_prelock_empty_saved;