[Groonga-mysql-commit] mroonga/mroonga [master] udpate plugin information.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 28日 (水) 18:40:37 JST


Kouhei Sutou	2011-12-28 18:40:37 +0900 (Wed, 28 Dec 2011)

  New Revision: cceba7e0456d3b40827358ee01201ab0a6a7b8ac

  Log:
    udpate plugin information.

  Modified files:
    ha_mroonga.cc
    plug.in

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-12-28 17:14:50 +0900 (b6dd455)
+++ ha_mroonga.cc    2011-12-28 18:40:37 +0900 (e710881)
@@ -1537,7 +1537,7 @@ mysql_declare_plugin(mroonga)
   &storage_engine_structure,
   "groonga",
   "Tetsuro IKEDA",
-  "Fulltext search, column base",
+  "CJK-ready fulltext search, column store",
   PLUGIN_LICENSE_GPL,
   mrn_init,
   mrn_deinit,
@@ -1559,7 +1559,7 @@ maria_declare_plugin(groonga)
   &storage_engine_structure,
   "groonga",
   "Tetsuro IKEDA",
-  "Fulltext search, column base",
+  "CJK-ready fulltext search, column store",
   PLUGIN_LICENSE_GPL,
   mrn_init,
   mrn_deinit,

  Modified: plug.in (+3 -3)
===================================================================
--- plug.in    2011-12-28 17:14:50 +0900 (91c9ea9)
+++ plug.in    2011-12-28 18:40:37 +0900 (d7b3afd)
@@ -1,6 +1,6 @@
-MYSQL_STORAGE_ENGINE(groonga,,[groonga storage engine],
-[Fulltext search, column base],
+MYSQL_STORAGE_ENGINE(groonga,,[groonga],
+[[CJK-ready fulltext search, column store]],
 [max,max-no-ndb])
-MYSQL_PLUGIN_DIRECTORY(groonga, [storage/groonga-storage-engine])
+MYSQL_PLUGIN_DIRECTORY(groonga, [storage/mroonga])
 MYSQL_PLUGIN_STATIC(groonga,  [libha_groonga.a])
 MYSQL_PLUGIN_DYNAMIC(groonga, [ha_groonga.la])




Groonga-mysql-commit メーリングリストの案内
Back to archive index