[MCOL-4032] Fix DAYNAME(), MONTHNAME() and DATE_FORMAT() to use MDB Locale Created: 2020-06-02 Updated: 2022-10-11 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Columnstore currently ignores the MDB Locale (introduced in 10.4) but rather has hardcoded English names. The MDB Locale https://mariadb.com/kb/en/server-locale/ is only used for these date functions. We need to find a way to get this information to the functions. |