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