> Hi,
>
> Can we use stored procedure for sql_query in sphinx.conf instead of MySQL query?
If you can query the results as if it were a regular query, yes. sql_query just sends the
query as-is to MySQL and expects a resultset. If that will be returned without use of any
variables (since sql_query_pre doesn't work for this AFAIK) it'll work.
If in doubt, try it.



