Subject: CVS commit: pkgsrc/databases
From: Filip Hajny
Date: 2014-10-17 19:07:45
Message id: 20141017170745.282BF98@cvs.netbsd.org

Log Message:
Add optional Sphinx SE plugin support to MySQL 5.5 and 5.6.
Intented as a clean implementation (replacement) of wip/mysql-sphinxse.

SphinxSE is MySQL storage engine which can be compiled into MySQL server 5.x
using its pluggable architecture. Despite the name, SphinxSE does not
actually store any data itself. It is actually a built-in client which
allows MySQL server to talk to searchd, run search queries, and obtain
search results. All indexing and searching happen outside MySQL.

See http://sphinxsearch.com/docs/current.html#sphinxse-overview

Files:
RevisionActionfile
1.37modifypkgsrc/databases/mysql55-client/distinfo
1.5modifypkgsrc/databases/mysql55-client/options.mk
1.32modifypkgsrc/databases/mysql55-server/PLIST
1.18modifypkgsrc/databases/mysql56-client/distinfo
1.4modifypkgsrc/databases/mysql56-client/options.mk
1.13modifypkgsrc/databases/mysql56-server/PLIST
1.1addpkgsrc/databases/mysql55-server/MESSAGE.sphinx
1.1addpkgsrc/databases/mysql56-server/MESSAGE.sphinx