[Groonga-mysql-commit] mroonga/mroonga at 60a39df [master] mysql8: add an entry for check_uninstall

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 06:21:38 JST 2018


Kouhei Sutou	2018-07-09 06:21:38 +0900 (Mon, 09 Jul 2018)

  New Revision: 60a39dfd3563d82e85a09533d6fc3aaed7149cd3
  https://github.com/mroonga/mroonga/commit/60a39dfd3563d82e85a09533d6fc3aaed7149cd3

  Message:
    mysql8: add an entry for check_uninstall

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+3 -0)
===================================================================
--- ha_mroonga.cpp    2018-07-09 06:11:26 +0900 (7d6a789b)
+++ ha_mroonga.cpp    2018-07-09 06:21:38 +0900 (ff032bda)
@@ -2403,6 +2403,9 @@ mrn_declare_plugin(MRN_PLUGIN_NAME)
   "CJK-ready fulltext search, column store",
   PLUGIN_LICENSE_GPL,
   mrn_init,
+#ifdef MRN_ST_MYSQL_PLUGIN_HAVE_CHECK_UNINSTALL
+  NULL,
+#endif
   mrn_deinit,
   MRN_VERSION_IN_HEX,
   mrn_status_variables,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/7beb4f41/attachment-0001.htm 



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