Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
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:
static const LEX_CSTRING io_values[]= |
{
|
STRING_WITH_LEN("IO_NONE"), |
STRING_WITH_LEN("IO_READ"), |
STRING_WITH_LEN("IO_WRITE"), |
STRING_WITH_LEN("IO_PIN") |
};
|
|
static TypelibBuffer<4> io_values_typelib(io_values); |
A definition of a column using the above ENUM declaration will look about like this:
Column("IO_FIX", Enum(&io_values_typelib), NULLABLE), |
This task will change INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.IO_FIX from VARCHAR(64) to ENUM.
Attachments
Issue Links
- blocks
-
MDEV-19940 Clean up INFORMATION_SCHEMA.INNODB_ tables
-
- Closed
-
- is blocked by
-
MDEV-19863 Add const to TYPELIB pointers
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is blocked by |
issue.field.resolutiondate | 2019-06-26 02:48:17.0 | 2019-06-26 02:48:17.905 |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link |
This issue blocks |
Workflow | MariaDB v3 [ 97752 ] | MariaDB v4 [ 134012 ] |