I understand what you mean, but fact is, I did not change anything under "src".
They are the stock source files.
I just changed stuff for building, not the sources.
I had hard times making it work under different directory structures other than
what
was originally intended, but solved it.
Last problem I thought to find was mysql statements, they should just work,
they're in the code.
Unless they're not intended for mysql5.1...
----------------------------------------------------------------------------------
Da: Janos SUTO
A: Piler User
Data: 21 luglio 2015 21.55.11 CEST
Oggetto: Re: pilerimport mysql_stmt_execute errors on XStreamOS/illumos
On 2015-07-21 17:11, Gabriele Bulfon wrote:
Looks like the statement is prepared in store_attachments functions,
of attachement.c, called by message.c,
using SQL_PREPARED_STMT_GET_ATTACHMENT_ID_BY_SIGNATURE.
How can I check the binding here?
look at the code :-) You should check the difference from the stock
source
files. It's difficult to say anything more specific, I can't see what
you
actually have.
Janos