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
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
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