using my_thread_* in a library

2002-07-31 Thread Guillaume Morin
re is no way to know if the MySQL data was already allocated (in this case, I would not call my_thread_end). Could anyone help me out ? TIA. PS: Please keep me CC'ed as I am not subscribed. -- Guillaume Morin <[EMAIL PROTECTED]> I wi

segfault in mysql_real_escape_string

2001-09-10 Thread Guillaume Morin
l_real_escape_string(mysql_auth,secure_user,user,strlen(user)); This part is taken from the initgroups function and segfaults everytime when called from Apache. I've noticed that upgrading libc to 2.2.4 fixes the problem. I guess this is a problem in the client lib. Any hints will be welcome. --