[MDEV-31021] Character set 'utf8' is not a compiled character set and is not specified in the '/usr/share/mysql/charsets/Index.xml' file Created: 2023-04-07 Updated: 2023-07-23 Resolved: 2023-07-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.5, 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Neven Ivanov | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Hi,
usage: put code in test_utf8_charset.pl and run: perl test_utf8_charset.pl Credentials are fake and non working ( error for utf8 is present before error for wrong credentials ). The credentials used in example are not actual so no security risk is present. Tested on Centos 7 with MariaDB 10.6.12 |
| Comments |
| Comment by Sergei Golubchik [ 2023-05-24 ] |
|
Sorry, I cannot repeat that. It connects just fine for me. Using MariaDB 10.6.12 on centos7. |
| Comment by Neven Ivanov [ 2023-05-26 ] |
|
Indeed with basic CentOS 7 installation the problem does not occur. The perl packages are the same version, the MariaDB looks the same, the md5sum of /usr/share/mysql/charsets/Index.xml is the same ( 82a1585a4a41021507c7c40fcfb33815 ) |
| Comment by Sergei Golubchik [ 2023-06-20 ] |
|
do you have versions of client libraries? what your DBD-mysql is built with? |
| Comment by Neven Ivanov [ 2023-06-21 ] |
|
Hm... This is very strange ... I'm no longer able to reproduce the problem . |