Hi,

*c)*Also I will be modifying the execute method for Serverside prepared
statements for sending the *new params bound flag* properly.

> Currently it is always going as 0x01 but will modify it to send 0x00 if
> same statement gets executed again
>

Sending 0 iIf the stmt gets executed again may end up in sending wrong data
(in case BindParameter was called between last and current execution). so
you should set a flag in BindParameter and unset it after execute.

/Georg
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to