[CONC-679] Remove CLIENT_REMEMBER_OPTIONS from capability flags Created: 2023-12-07 Updated: 2023-12-07 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | Protocol |
| Affects Version/s: | 3.1.23, 3.3.8 |
| Fix Version/s: | 3.1.24, 3.3.9 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
CLIENT_REMEMBER_OPTIONS is a client setting and should be removed from capability flags in mariadb_com.h. Instead add a boolean value in mysql->options->extension. |