About mysql_thread_init()

2004-09-16 Thread Lung Fan Ying Lung
Dear All, I need to share few connections between C program's threads. I would like to ask one question: Do I need to call mysql_thread_init() per each connection in each thread? Or I just need to call mysql_thread_init() once per thread? Thank you. Re

Re: mysql_thread_init()

2003-06-26 Thread gerald_clark
Check the client sources. The mysql client is a great example for the c API. Sean Macmillan wrote: Please bear with me here as I am new to this whole MySQL thing. Does anyone know where I can find a good example of how the C API function call mysql_thread_init() is implemented? Any help would

mysql_thread_init()

2003-06-26 Thread Sean Macmillan
Please bear with me here as I am new to this whole MySQL thing. Does anyone know where I can find a good example of how the C API function call mysql_thread_init() is implemented? Any help would be appreciated. Thanks in advance. Sean -- MySQL General Mailing List For list archives: http