[MDEV-15477] SESSION_SYSVARS_TRACKER does not track last_gtid Created: 2018-03-06 Updated: 2018-06-26 Resolved: 2018-06-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.16, 10.3.8 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Sprint: | 10.2.14, 10.3.6-1 | ||||||||||||||||||||||||
| Description |
|
SESSION_SYSVARS_TRACKER does not track last_gtid |
| Comments |
| Comment by Oleksandr Byelkin [ 2018-03-09 ] |
|
csets: Reset connection support in mysqltest revision-id: 6cf25e5eb76923550173a0059036d80c80a053d6 (mariadb-10.2.13-31-g6cf25e5eb76) Session tracking info support in mysqltest — revision-id: dc3d6c9edb3536e5f0c87ac1e9c04891d50fc420 (mariadb-10.2.13-32-gdc3d6c9edb3)
register changes of last_gtid — |
| Comment by Oleksandr Byelkin [ 2018-03-09 ] |
|
All commits are on bb-10.2- There is no test suite for sessions absent because we have problem with SET @@session.session_track_state_change=ON; which crash client so plan to submit the bug against client library as soon as this will be pushed. |
| Comment by Oleksandr Byelkin [ 2018-03-12 ] |
|
commit 7a7ca6556ffafc40d51c06bafe52e278a8081085 (HEAD Optimize charset tracking a bit. commit 568ce91b90653e34c637d56942fe7aed8ab97bd2 register changes of last_gtid commit 2242e537fc2ea7e24ad6733b449280d6a8115007 Session tracking info support in mysqltest (port from mysql) commit 249c35d37e144f2cea9ab877e34351eec4c81485 Reset connection support in mysqltest (port from mysql) |
| Comment by Sergei Golubchik [ 2018-06-18 ] |
|
| Comment by Oleksandr Byelkin [ 2018-06-19 ] |
|
1. I see it as protection against removing plugin with its variables when we already take pointer on it but not jet reported value in OK. |
| Comment by Oleksandr Byelkin [ 2018-06-19 ] |
|
commit 07ed346ebdad6c661682d46ec21f2f09d439573d (HEAD Optimize charset tracking a bit. commit 943e0b77d567141963b17d1c83b4e5692c46ebc4 register changes of last_gtid commit a7068c05c3d6c4b268f63ae6add9a7d8168fdb8b Session tracking info support in mysqltest (port from mysql) |
| Comment by Sergei Golubchik [ 2018-06-20 ] |
|
ok to push! |