Navigation Menu

Skip to content

Commit

Permalink
udpate plugin information.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 28, 2011
1 parent 4016a32 commit cceba7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions plug.in
@@ -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])

0 comments on commit cceba7e

Please sign in to comment.