Sphinx can use MySQL or PostgreSQL, and can use the mysql-connector libraries
instead of a full on MySQL install.
Since we don't know what datasource is intended, replace the hard dependency
with explanations in the caveats.
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
How do you implement full-text search for that 10+ million row table, keep up
with the load, and stay relevant? Sphinx is good at those kinds of riddles.
Signed-off-by: Max Howell <max@methylblue.com>
I added the mysql dependency.