If I have a valid connection from a pool of MySQL connections, how should I "reset" it so there are no lingering side effects of the previous use. I know in SQL Server there is a procedure p_resetConnection which rolls back any transactions, resets error states, etc (see this post) however I do not see a MySQL equivalent.
|
feedback
|