Seg faults with mysql_query mysql_ping using libmysqld

2001-10-26 Thread greg . kurzawa . b
Hello, I am experiencing seg faults in seemingly innocent code with MySQL version 4.0.0 and the embedded library, libmysqld. The fault only happens when calling particular functions, specifically mysql_ping() and mysql_query(). There might be others, but these are the only ones I've found so

Re: Seg faults with mysql_query mysql_ping using libmysqld

2001-10-26 Thread Sergei Golubchik
Hi! On Oct 26, [EMAIL PROTECTED] wrote: Hello, I am experiencing seg faults in seemingly innocent code with MySQL version 4.0.0 and the embedded library, libmysqld. The fault only happens when calling particular functions, specifically mysql_ping() and mysql_query(). There might be

Re: Seg faults with mysql_query mysql_ping using libmysqld

2001-10-26 Thread Sasha Pachev
On Friday 26 October 2001 11:12, [EMAIL PROTECTED] wrote: Hello, I am experiencing seg faults in seemingly innocent code with MySQL version 4.0.0 and the embedded library, libmysqld. The fault only happens when calling particular functions, specifically mysql_ping() and mysql_query().