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
-
Activity
Priority | Critical [ 2 ] | Major [ 3 ] |
Fix Version/s | 10.2 [ 14601 ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Sprint | 10.2.3-2 [ 105 ] |
Rank | Ranked lower |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Sprint | 10.2.3-2 [ 105 ] | 10.2.3-2, 10.2.4-1 [ 105, 121 ] |
Rank | Ranked lower |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Sprint | 10.2.3-2, 10.2.4-1 [ 105, 121 ] | 10.2.3-2, 10.2.4-1, 10.2.4-5 [ 105, 121, 125 ] |
Rank | Ranked lower |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Attachment | client-MDEV-10340.diff [ 43102 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Component/s | Server [ 13907 ] | |
Fix Version/s | 10.2.4 [ 22116 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 76356 ] | MariaDB v4 [ 132912 ] |
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
—