Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
10.2.3-2, 10.2.4-1, 10.2.4-5
Description
MySQL added the COM_RESET_CONNECTION command as a lightweight way to reset the session state. This is an extremely important feature to ensure pooled connections have a predictable state. It's also important because MySQL clients are beginning to support this command.
https://dev.mysql.com/doc/internals/en/com-reset-connection.html
https://dev.mysql.com/doc/refman/5.7/en/mysql-reset-connection.html
Attachments
Issue Links
- relates to
-
MDEV-9030 RESET CONNECTION command
- Open