[MDEV-23154] Add a data type my_repertoire_t Created: 2020-07-13 Updated: 2020-07-13 Resolved: 2020-07-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Fix Version/s: | 10.5.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As of version 10.5.4, we use the uint data type to store flags like MY_REPERTOIRE_ASCII, MY_REPERTOIRE_EXTENDED, etc. For stricter data type control, let's add a separate enum-based data type as follows:
and fix the related classes and routines to use the new data type. |