[CONJ-1153] session tracking only read first SYSTEM_VARIABLES session tracking change Created: 2024-01-24 Updated: 2024-01-24 Resolved: 2024-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | protocol |
| Affects Version/s: | 2.7.11 |
| Fix Version/s: | 2.7.12 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Some specific packet can sent multiple variable change at once (specifically maxscale). Implementation read then only the first variable change. Correction is to corectly read all changes. (this affects 2.x version only) |