[CONC-477] Support all session tracking types Created: 2020-06-12 Updated: 2020-06-12 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.1.8 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Oleksandr Byelkin | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
CC does not support all types supported by MariaDB and Mysql. (some code can be taken from 3.1-uservar-tracker branch) Now CC just ignore all types of tracking info except 3. Correct will be instead of ignoring whole data block length (even not checking!) read chuncks until end of the block reached for all types of tracking. |