Bernard Johnson wrote: > > Alternatively just search that file for "db_real_query", because that's > > the call where it does the <0 check, and change the check there to !=0 . > > I had already grep'ed around and found that. I can manage the patch > myself. Of particular concern is their statement "Some C API calls such > as mysql_real_query() now return 1 on error, not -1." Are there other API > calls that need fixed up as well?
I've looked and apparently this is not so. But it's easy to double-check. All the mysql specifica calls are in just one file, mysql/dbmysql.c . Yours, Mikhail Ramendik