summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/MESSAGE.sphinx14
-rw-r--r--databases/mysql55-server/PLIST3
2 files changed, 16 insertions, 1 deletions
diff --git a/databases/mysql55-server/MESSAGE.sphinx b/databases/mysql55-server/MESSAGE.sphinx
new file mode 100644
index 00000000000..0592f2d75c7
--- /dev/null
+++ b/databases/mysql55-server/MESSAGE.sphinx
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE.sphinx,v 1.1 2014/10/17 17:07:44 fhajny Exp $
+
+To install the SphinxSE MySQL plugin, log into your MySQL console
+and issue the following query:
+
+ INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so';
+
+You can verify it has been loaded properly by checking whether
+it shows up in the list when list your engines:
+
+ SHOW ENGINES;
+
+===========================================================================
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST
index 978ecaf4173..ee7e911c9ca 100644
--- a/databases/mysql55-server/PLIST
+++ b/databases/mysql55-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2014/10/01 09:17:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2014/10/17 17:07:44 fhajny Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -25,6 +25,7 @@ lib/mysql/plugin/ha_archive.so
lib/mysql/plugin/ha_blackhole.so
lib/mysql/plugin/ha_example.so
lib/mysql/plugin/ha_federated.so
+${PLIST.sphinx}lib/mysql/plugin/ha_sphinx.so
lib/mysql/plugin/libdaemon_example.so
lib/mysql/plugin/mypluglib.so
lib/mysql/plugin/qa_auth_client.so