KINS E-mailHi all, I plan to make SQL queries in different threads(pthread) maked with mysql C API.
Can I use the same Connection object in all threads for the queries ? Or should I use a different Connection object for each thread ? p.s If it is possible, let me get some example code.