Hi,

I'm using the C api within a multithread environement. Is that allright if I have a function that looks like this :
saveParam(){
my_thread_init();
[connexion/query/close]
my_thread_end();
}


Can I call it several time from the same thread ? Or do I have to do my_thread_init/end only once for each thread ?

--
Philippe Poelvoorde
COS Trading Ltd.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to