1 message in com.mysql.lists.plusplusHeader file to be included for making...
FromSent OnAttachments
Shivam K Shah10 Apr 2002 14:07 
Subject:Header file to be included for making a thread safe library
From:Shivam K Shah (sks@andrew.cmu.edu)
Date:04/10/2002 02:07:10 PM
List:com.mysql.lists.plusplus

I'm trying to compile my program using libmysqlclient_r --enable-thread-safe-client.

Would using mysql.h suffice or is there any specific header file to be included. I'm asking this because mysql_thread_init() call is not being recognized when I'm trying to compile the program

regards