summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0import.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/row/row0import.cc')
-rw-r--r--storage/innobase/row/row0import.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0import.cc b/storage/innobase/row/row0import.cc
index a45cc3946b4..5eedb6a0ea7 100644
--- a/storage/innobase/row/row0import.cc
+++ b/storage/innobase/row/row0import.cc
@@ -4497,7 +4497,7 @@ row_import_for_mysql(
fil_space_t::set_imported() to declare it a persistent tablespace. */
table->space = fil_ibd_open(
- true, FIL_TYPE_IMPORT, table->space_id,
+ 2, FIL_TYPE_IMPORT, table->space_id,
dict_tf_to_fsp_flags(table->flags), name, filepath, &err);
ut_ad((table->space == NULL) == (err != DB_SUCCESS));