[MDEV-19861] Add intfastructure to have ENUM columns in INFORMATION_SCHEMA Created: 2019-06-26 Updated: 2019-07-03 Resolved: 2019-06-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Information Schema |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Marko asked for a simple way to have ENUM columns in I_S. This task will introduce helper classes, so a ENUM will be declared as simply as follows:
A definition of a column using the above ENUM declaration will look about like this:
This task will change INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.IO_FIX from VARCHAR(64) to ENUM. |