Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
In many places in the code, a const qualifier can be added to TYPELIB pointers:
Members:
- Field_enum::typelib
- Column_definition_attributes::interval
- Create_field::save_interval
- Item_type_holder::enum_set_typelib
- Type_holder::m_typelib
Return values in methods returning a TYPELIB pointer:
- Field::get_typelib()
- Type_all_attributes::get_typelib()
Related method and function parameters getting a TYPELIB pointer should also be fixed accordingly.
Attachments
Issue Links
- blocks
-
MDEV-19861 Add intfastructure to have ENUM columns in INFORMATION_SCHEMA
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue blocks |
Description |
Members in:
- Field_enum::typelib - Column_definition_attributes::interval - Create_field::save_interval - Item_type_holder::enum_set_typelib - Type_holder::m_typelib Return values in methods returning a TYPELIB pointer: - Field::get_typelib() - Type_all_attributes::get_typelib() Related method and function parameters getting a TYPELIB pointer should also be fixed accordingly. |
In many places in the code, a {{const}} qualifier can be added to TYPELIB pointers:
Members in: - Field_enum::typelib - Column_definition_attributes::interval - Create_field::save_interval - Item_type_holder::enum_set_typelib - Type_holder::m_typelib Return values in methods returning a TYPELIB pointer: - Field::get_typelib() - Type_all_attributes::get_typelib() Related method and function parameters getting a TYPELIB pointer should also be fixed accordingly. |
Description |
In many places in the code, a {{const}} qualifier can be added to TYPELIB pointers:
Members in: - Field_enum::typelib - Column_definition_attributes::interval - Create_field::save_interval - Item_type_holder::enum_set_typelib - Type_holder::m_typelib Return values in methods returning a TYPELIB pointer: - Field::get_typelib() - Type_all_attributes::get_typelib() Related method and function parameters getting a TYPELIB pointer should also be fixed accordingly. |
In many places in the code, a {{const}} qualifier can be added to TYPELIB pointers:
Members: - Field_enum::typelib - Column_definition_attributes::interval - Create_field::save_interval - Item_type_holder::enum_set_typelib - Type_holder::m_typelib Return values in methods returning a TYPELIB pointer: - Field::get_typelib() - Type_all_attributes::get_typelib() Related method and function parameters getting a TYPELIB pointer should also be fixed accordingly. |
issue.field.resolutiondate | 2019-06-26 01:31:12.0 | 2019-06-26 01:31:12.529 |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 97754 ] | MariaDB v4 [ 134013 ] |
There was a bug in the patch. Fortunately ASAN found it.
This patch fixes the problem
Function pack_header() in unireg.cc