Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Pool option `resetAfterUse` permit to indicate if resetting connection when releasing connection to pool.
Default value is true, so each time a connection is released to pool, a COM_RESET command will be issued. A better default is only sending a ROLLBACK command if a transaction is still in progress. This avoid an additional command each time. A better default is false.