[MDEV-15689] Fix Item_func_set_collation to pass the collation using CHARSET_INFO instead of Item Created: 2018-03-27 Updated: 2018-03-27 Resolved: 2018-03-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Fix Version/s: | 10.3.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
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:
to:
and update sql_yacc.yy accordingly. |