[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add maria_declare_plugin for MariaDB.

Back to archive index

Kazuhiko null+****@clear*****
Thu Oct 4 10:35:17 JST 2012


Kazuhiko	2011-12-28 16:45:58 +0900 (Wed, 28 Dec 2011)

  New Revision: 10403f8b73521780a7c006c01f2bb8dd2d598ec3
  https://github.com/mroonga/mroonga/commit/10403f8b73521780a7c006c01f2bb8dd2d598ec3

  Merged ca83269: Merge branch 'master' of github.com:mroonga/mroonga

  Log:
    add maria_declare_plugin for MariaDB.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+20 -0)
===================================================================
--- ha_mroonga.cc    2011-12-28 15:15:32 +0900 (1b52c93)
+++ ha_mroonga.cc    2011-12-28 16:45:58 +0900 (98c11a0)
@@ -1552,6 +1552,26 @@ mysql_declare_plugin(mroonga)
 }, i_s_mrn_stats
 mysql_declare_plugin_end;
 
+#ifdef MRN_MARIADB_P
+maria_declare_plugin(groonga)
+{
+  MYSQL_STORAGE_ENGINE_PLUGIN,
+  &storage_engine_structure,
+  "groonga",
+  "Tetsuro IKEDA",
+  "Fulltext search, column base",
+  PLUGIN_LICENSE_GPL,
+  mrn_init,
+  mrn_deinit,
+  MRN_VERSION_IN_HEX,
+  mrn_status_variables,
+  mrn_system_variables,
+  MRN_VERSION,
+  MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
+}
+maria_declare_plugin_end;
+#endif
+
 static void mrn_generic_ft_close_search(FT_INFO *handler)
 {
   MRN_DBUG_ENTER_FUNCTION();
-------------- next part --------------
HTML����������������������������...
Download 



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