summaryrefslogtreecommitdiff
path: root/storage/xtradb/mtr/mtr0log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/mtr/mtr0log.cc')
-rw-r--r--storage/xtradb/mtr/mtr0log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/mtr/mtr0log.cc b/storage/xtradb/mtr/mtr0log.cc
index db39ebeafa4..82df1df63d4 100644
--- a/storage/xtradb/mtr/mtr0log.cc
+++ b/storage/xtradb/mtr/mtr0log.cc
@@ -571,7 +571,7 @@ mlog_parse_index(
n = n_uniq = 1;
}
table = dict_mem_table_create("LOG_DUMMY", DICT_HDR_SPACE, n,
- comp ? DICT_TF_COMPACT : 0, 0, true);
+ comp ? DICT_TF_COMPACT : 0, 0);
ind = dict_mem_index_create("LOG_DUMMY", "LOG_DUMMY",
DICT_HDR_SPACE, 0, n);
ind->table = table;