[CONC-299] Add support for utf8mb4_0900_ai_ci collation in Connector/C Created: 2017-12-21 Updated: 2020-08-25 Resolved: 2017-12-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | collation, utf8mb4 | ||
| Attachments: |
|
| Description |
|
Please, add support for utf8mb4_0900_ai_ci collation in Connector/C, as it is used by default by MySQL 8.0.x and currently connections just fail from MariaDB Connector/C. |
| Comments |
| Comment by Georg Richter [ 2017-12-21 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Missing utf8/gb18030 character set/collations in Connector/C (MySQL 5.7):
Missing utf8mb4 collations in Connector/C (MySQL 8.0):
| |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Georg Richter [ 2017-12-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Added missing utf8mb collations, utf8mb3_tolower_ci and gb18030 character set and collations. Commit: fe129ed39f33ba2b430aac91473baee84de88b12 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by y2kbug [ 2019-03-08 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
I am using 10.4.3 (image from docker hub). SQL Error [1273] [HY000]: (conn:151) Unknown collation: 'utf8mb4_ja_0900_as_cs_ks' As I understand from this thread, all collations in utf8mb4 are added to MariaDB already? | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Bogdan.sh [ 2019-09-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
The collations utf8mb4_0900% are missing in latest 10.4.8 . Please reopen this report. |