Kouhei Sutou 2018-11-26 17:34:43 +0900 (Mon, 26 Nov 2018) Revision: 049019d3a0410159953e1f1ca5895711cbf8d16d https://github.com/mroonga/mroonga/commit/049019d3a0410159953e1f1ca5895711cbf8d16d Message: wrapepr mariadb 10.2.19 10.3.11: support truncate with InnoDB again Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+9 -0) =================================================================== --- ha_mroonga.cpp 2018-11-26 17:17:15 +0900 (ccae664a) +++ ha_mroonga.cpp 2018-11-26 17:34:43 +0900 (82428b0a) @@ -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) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181126/de31c6f5/attachment.html>