[Rt-commit] rt branch, 4.0/fts-sphinx-doc, updated. rt-4.0.1rc1-6-ga0a9618
Alex Vandiver
alexmv at bestpractical.com
Wed May 25 18:42:32 EDT 2011
The branch, 4.0/fts-sphinx-doc has been updated
via a0a9618d3e828c7c77ce5202d82752df822b99e6 (commit)
from 58dd08c301900c27d0add164abb79e0026886f1f (commit)
Summary of changes:
sbin/rt-setup-fulltext-index.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit a0a9618d3e828c7c77ce5202d82752df822b99e6
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed May 25 18:41:24 2011 -0400
Remove mention of sphinxse packages and sphinxsearch.org
No distribution packages sphinxse, as far as I can find.
http://sphinxsearch.org/ is a chinese blog about Sphinx, and not even
the official http://sphinxsearch.com/ site provides binaries of MySQL
with SphinxSE.
diff --git a/sbin/rt-setup-fulltext-index.in b/sbin/rt-setup-fulltext-index.in
index 02d3e68..2df92a0 100644
--- a/sbin/rt-setup-fulltext-index.in
+++ b/sbin/rt-setup-fulltext-index.in
@@ -383,10 +383,10 @@ sub check_sphinx {
print STDERR <<EOT;
-Your Mysql server has not been compiled with the Sphinx storage engine
-(sphinxse). Either install your system's sphinxse package, the binaries
-from http://sphinxsearch.org/, or recompile mysql according to the
-instructions in Sphinx's documentation.
+Your MySQL server has not been compiled with the Sphinx storage engine
+(sphinxse). You will need to recompile MySQL according to the
+instructions in Sphinx's documentation at
+http://sphinxsearch.com/docs/current.html#sphinxse-installing
EOT
exit 1;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list