gena09 / sphinxsearch

Automatically exported from code.google.com/p/sphinxsearch
0 stars 0 forks source link

sphinxql remote query doesnt work correct #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
mysql> show meta;
+---------------+---------------------------------------------------------------
---------------------------------------------------+
| Variable_name | Value                                                         
                                                   |
+---------------+---------------------------------------------------------------
---------------------------------------------------+
| warning       | sphinxql: syntax error, unexpected SYSVAR, expecting IDENT 
(or 16 other tokens) near '@@version_comment limit 1' |
| total         | 1000                                                          
                                                   |
| total_found   | 5065229                                                       
                                                   |
| time          | 0.072                                                         
                                                   |
+---------------+---------------------------------------------------------------
---------------------------------------------------+
4 rows in set (0.00 sec)

when it worked on distributed, get the result like this.
and just one table incorrect, the other tables not.
when i select this table, total_found number is right, but just output this 
error, i don't know why??

my gmail: ghostposix@gmail.com

waiting for your response.
thank you~

Original issue reported on code.google.com by GHOSTPO...@gmail.com on 4 Sep 2011 at 7:14

GoogleCodeExporter commented 9 years ago
it occured at "merge this agent's results"

Original comment by GHOSTPO...@gmail.com on 4 Sep 2011 at 9:04