[Groonga-mysql-commit] mroonga/mroonga at be69d96 [master] mysql8: ha_create() has table_def

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 11:55:48 JST 2018


Kouhei Sutou	2018-07-09 11:55:48 +0900 (Mon, 09 Jul 2018)

  New Revision: be69d9626df2640baf3cb21b86ac733c69cacb36
  https://github.com/mroonga/mroonga/commit/be69d9626df2640baf3cb21b86ac733c69cacb36

  Message:
    mysql8: ha_create() has table_def

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+4 -0)
===================================================================
--- ha_mroonga.cpp    2018-07-09 11:54:30 +0900 (65b1f830)
+++ ha_mroonga.cpp    2018-07-09 11:55:48 +0900 (b297f38d)
@@ -3487,7 +3487,11 @@ int ha_mroonga::wrapper_create(const char *name,
     base_key_info = NULL;
     DBUG_RETURN(HA_ERR_OUT_OF_MEM);
   }
+#ifdef MRN_HANDLER_CREATE_HAVE_TABLE_DEFINITION
+  error = hnd->ha_create(name, table, info, table_def);
+#else
   error = hnd->ha_create(name, table, info);
+#endif
   MRN_SET_BASE_SHARE_KEY(tmp_share, table->s);
   MRN_SET_BASE_TABLE_KEY(this, table);
   share = NULL;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/5015ca92/attachment-0001.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index