[MCOL-1374] Support utf8mb4 Created: 2018-04-30 Updated: 2021-04-08 Resolved: 2020-06-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.2 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Duplicate | Votes: | 4 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||||||||||||||
| Sprint: | 2020-7 | ||||||||||||||||||||
| Description |
|
Add support for utf8mb4 |
| Comments |
| Comment by Valerii Kravchuk [ 2018-08-16 ] | |||||||||||||||||||
|
Make sure utf8mb4 is supported in all contexts, like cpimport, INSERT ... SELECT, multiple table updates etc. While we are on the topic, it would be great to have ALTER TABLE ... DEFAULT CHARSET = <new> also supported, same as changing CHARSET for individual columns. | |||||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2018-11-15 ] | |||||||||||||||||||
|
Are these character sets not supported? ColumnStore doesn't complain if you try to use them:
| |||||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2018-11-15 ] | |||||||||||||||||||
|
Also, if these character sets are not supported, then why does the documentation say:
| |||||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2019-06-21 ] | |||||||||||||||||||
|
toddstoffel and/or LinuxJedi, Can you please clarify which specific features do not yet support utf8/utf8mb4? These character sets seem to work in a lot of different scenarios. And as I mentioned above, the ColumnStore documentation even has a section titled "Configuring to use UTF-8 Character sets". | |||||||||||||||||||
| Comment by David Hall (Inactive) [ 2020-06-19 ] | |||||||||||||||||||
|
Duplicated by the work done for |