Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
We'll be replacing data type specific constants STRING_ITEM, INT_ITEM, REAL_ITEM, DECIMAL_ITEM, DATE_ITEM to LITERAL_ITEM soon (see MDEV-14630).
Under terms of this task we'll remove usage of STRING_ITEM in Item_func_set_collation.
We'll change the constructor from:
Item_func_set_collation(THD *thd, Item *a, Item *b):
|
to:
Item_func_set_collation(THD *thd, Item *a, CHARSET_INFO *set_collation):
|
and update sql_yacc.yy accordingly.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
-
MDEV-14630 Replace {STRING|INT|REAL|DECIMAL|DATE}_ITEM to CONST_ITEM
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue blocks |
Description |
We'll be replacing data type specific constants {STRING|INT|REAL|DECIMAL|DATE}_ITEM to LITERAL_ITEM soon (see Under terms of this task we'll remove usage of {{STRING_ITEM}} in {{Item_func_set_collation}}. We'll change the constructor from: {code:cpp} Item_func_set_collation(THD *thd, Item *a, Item *b): {code} to: {code:cpp} Item_func_set_collation(THD *thd, Item *a, CHARSET_INFO *set_collation): {code} and update {{sql_yacc.yy}} accordingly. |
We'll be replacing data type specific constants STRING_ITEM, INT_ITEM, REAL_ITEM, DECIMAL_ITEM, DATE_ITEM to LITERAL_ITEM soon (see Under terms of this task we'll remove usage of {{STRING_ITEM}} in {{Item_func_set_collation}}. We'll change the constructor from: {code:cpp} Item_func_set_collation(THD *thd, Item *a, Item *b): {code} to: {code:cpp} Item_func_set_collation(THD *thd, Item *a, CHARSET_INFO *set_collation): {code} and update {{sql_yacc.yy}} accordingly. |
issue.field.resolutiondate | 2018-03-27 11:46:10.0 | 2018-03-27 11:46:10.674 |
Fix Version/s | 10.3.6 [ 23003 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 86241 ] | MariaDB v4 [ 133506 ] |