summaryrefslogtreecommitdiff
path: root/storage/mroonga/plug.in
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/plug.in')
-rw-r--r--storage/mroonga/plug.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/mroonga/plug.in b/storage/mroonga/plug.in
new file mode 100644
index 00000000000..2c9c15f6c86
--- /dev/null
+++ b/storage/mroonga/plug.in
@@ -0,0 +1,6 @@
+MYSQL_STORAGE_ENGINE(mroonga,,[mroonga],
+[[CJK-ready fulltext search, column store]],
+[max,max-no-ndb])
+MYSQL_PLUGIN_DIRECTORY(mroonga, [storage/mroonga])
+MYSQL_PLUGIN_STATIC(mroonga, [libmroonga.a])
+MYSQL_PLUGIN_DYNAMIC(mroonga, [ha_mroonga.la])