[MDEV-8931] (server part of) session state tracking Created: 2015-10-12 Updated: 2023-09-05 Resolved: 2016-09-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.2.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Sprint: | 10.2.0-7, 10.2.0-8, 10.2.0-9, 10.2.0-10, 10.2.0-11, 10.2.1-1, 10.2.1-3, 10.2.1-4, 10.2.1-5, 10.2.2-2, 5.5.51 & 10.2.2, 10.2.2-1, 10.2.2-2 | ||||||||||||||||||||||||||||||||||||
| Description |
|
see, e.g. https://dev.mysql.com/doc/refman/5.7/en/mysql-session-track-get-first.html this also deprecates the EOF packet. It will be only used for old clients that don't need session state tracking. |
| Comments |
| Comment by Oleksandr Byelkin [ 2016-04-03 ] |
|
Changes are in the branch 10.2- revision-id: 4c51152d9f43e271e17a2bc266f5887ce092c00f (mariadb-10.1.8-187-g4c51152)
initial commit to test — revision-id: d4f228771adde02262061702950babd2539a99f5 (mariadb-10.1.8-188-gd4f2287)
System variables tracking — |
| Comment by Oleksandr Byelkin [ 2016-05-17 ] |
|
Left tasks: |
| Comment by Oleksandr Byelkin [ 2016-05-17 ] |
|
1) use variable bookmarks, add something like bookmarks to global plugin variables... |
| Comment by Oleksandr Byelkin [ 2016-05-26 ] |
|
revision-id: d2b496f035f0789ec3c2aa6d49d3c9ae41693e47 (mariadb-10.2.0-44-gd2b496f)
System variables tracking — |
| Comment by Oleksandr Byelkin [ 2016-05-28 ] |
|
2 commits are in 10.2- |
| Comment by Oleksandr Byelkin [ 2016-05-30 ] |
|
Transaction tracking added and pushed (force) |
| Comment by Oleksandr Byelkin [ 2016-05-30 ] |
|
session_tracker_trx_state from 5.7 passes as is but can not be added while we have no client support. |
| Comment by Sergei Golubchik [ 2016-05-31 ] |
| Comment by Oleksandr Byelkin [ 2016-08-09 ] |
|
The postreview work also pushed revision-id: db9822df31917c3d0162322a77bcd4433bfb705e (mariadb-10.2.1-15-gdb9822d)
Postreview fixes. — |
| Comment by Oleksandr Byelkin [ 2016-08-31 ] |
|
I think it will be better to create separate issue for this task. |