Page 1 of 1

[bug_fixed] ZPlainMySqlDriver patch if using old mysql vers.

Posted: 25.03.2008, 22:13
by gto
Revision 304 removed the use ZMessages, which is used if you want to compile with ENABLE_MYSQL_DEPRECATED directive.

There's a patch which put it back.

Posted: 25.03.2008, 23:20
by mdaems
SVN rev. 354.
I changed your patch a little to have the ZMessages uses clause between the IFDEF compiler directives for the older mysql versions. I hope this doesn't break your fix?

Mark

Posted: 28.03.2008, 16:16
by gto
No problem ;)