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
-
revision-id: dabf6cac60987e88266396a28e40b341899704e6 (mariadb-10.2.2-49-gdabf6ca)
parent(s): 8303aded294ce905bbc513e7ee42623d5f1fdb50
committer: Oleksandr Byelkin
timestamp: 2016-10-17 16:59:36 +0200
message:
MDEV-10340: support COM_RESET_CONNECTIONdraft to check with client
—