Re: my_thread_init

2004-10-14 Thread Philippe Poelvoorde
John McCaskey wrote: I believe that what you described is perfectly acceptable. The thing to keep in mind is the thread_init allocates thread specific memory for mysql, and the thread_end clears it. As such you should never execute any other mysql commands unless you have executed an init, and yo

Re: my_thread_init

2004-10-13 Thread John McCaskey
I believe that what you described is perfectly acceptable. The thing to keep in mind is the thread_init allocates thread specific memory for mysql, and the thread_end clears it. As such you should never execute any other mysql commands unless you have executed an init, and you should never init m