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.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.