Author: Alexander Barkov
Email: b...@mnogosearch.org
Message:
> The actual MySQL base called is 5.1.61, though system MySQL is 5.0.90, so 
> that bug is unfortunately not my answer.  
> 
> Problem is still, that indexer starts OK, but stops after 0-10 good hits - 
> with this error: 
> 
>  indexer[17341]: [17341]{01} mysql_stmt_execute() failed: Incorrect arguments 
> to mysqld_stmt_execute
>  indexer[17341]: [17341]{01} Error: 'DB err: mysql_stmt_execute() failed: 
> Incorrect arguments to mysqld_stmt_execute - '
> 
> 
> Mysql Distrib 5.1.61 [updated info] 
> Ubuntu Server 10.04.1 x86_64 
> on Shared Server. 

Can you please run these two commands and post their results:

indexer --sqlmon --exec="select version();"
ldd indexer

Thanks.


Btw, if nothing helps, you can switch off using prepared statements by adding 
"ps=none" as a parameter to DBAddr, like this:

DBAddr mysql://root@localhost/test/?ps=none



> 
> 
> > > Which MySQL version are you using?
> > > 
> > > Perhaps you hit this problem:
> > > http://bugs.mysql.com/bug.php?id=61225
> 

Reply: <http://www.mnogosearch.org/board/message.php?id=21651>

_______________________________________________
General mailing list
General@mnogosearch.org
http://lists.mnogosearch.org/listinfo/general

Reply via email to