30.07.2016, 02:55
Why non-threaded queries?
I guess you can use mysql_tquery for all the executions except the SELECT ones since the rows get loaded in a callback and things can get complicated, but the rest use threaded.
I guess you can use mysql_tquery for all the executions except the SELECT ones since the rows get loaded in a callback and things can get complicated, but the rest use threaded.