I have a program that uses the C API linked statically with the mysqlclient library.

Something in the MySQL client version 3.23.59 is causing a problem with memory.  
Subsequent calls to malloc fail with a seqment fault.

My program works if:

A) The server is 3.23.59.

or

B) My program doesn't access one of the MySQL tables before doing the malloc.

Has anyone seen a problem like this?

I have yet to try linking my program with a 4.0 mysqlclient library.

John Wythe

Reply via email to