summaryrefslogtreecommitdiff
path: root/storage/xtradb/pars/pars0pars.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/pars/pars0pars.cc')
-rw-r--r--storage/xtradb/pars/pars0pars.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/pars/pars0pars.cc b/storage/xtradb/pars/pars0pars.cc
index f051481184b..655e5ba1324 100644
--- a/storage/xtradb/pars/pars0pars.cc
+++ b/storage/xtradb/pars/pars0pars.cc
@@ -1997,7 +1997,7 @@ pars_create_table(
n_cols = que_node_list_get_len(column_defs);
table = dict_mem_table_create(
- table_sym->name, 0, n_cols, flags, flags2, false);
+ table_sym->name, 0, n_cols, flags, flags2);
#ifdef UNIV_DEBUG
if (not_fit_in_memory != NULL) {