Navigation Menu

Skip to content

Commit

Permalink
wrapepr mariadb 10.2.19 10.3.11: support truncate with InnoDB again
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 26, 2018
1 parent a0ceaef commit 049019d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ha_mroonga.cpp
Expand Up @@ -4705,6 +4705,15 @@ int ha_mroonga::wrapper_open(const char *name,
goto exit;
}

#ifdef MRN_SUPPORT_CUSTOM_OPTIONS
if (parse_engine_table_options(ha_thd(),
share->hton,
share->wrap_table_share)) {
error = my_errno;
goto exit;
}
#endif

mrn_init_alloc_root(&mem_root, "mroonga::wrapper", 1024, 0, MYF(0));
wrap_key_info = mrn_create_key_info_for_table(share, table, &error);
if (error)
Expand Down

0 comments on commit 049019d

Please sign in to comment.