[MDEV-21264] main.gis_notembedded fails when default charset is utf8 Created: 2019-12-10 Updated: 2023-12-20 Resolved: 2023-12-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1.43 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Marius Bakke | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MariaDB 10.1.42 enabled the main.gis_notembedded test. On my system, it fails with
I assume this is because the server is configured with -DDEFAULT_CHARSET=utf8 and -DDEFAULT_COLLATION=utf8_general_ci. |
| Comments |
| Comment by Elena Stepanova [ 2019-12-10 ] |
|
Is it the only test that fails when you build the server with a different charset? I would expect there to be many. |
| Comment by Marius Bakke [ 2019-12-10 ] |
|
I have not seen charset related test failures earlier in MariaDB 10.1, despite the slightly odd default. |
| Comment by Marius Bakke [ 2022-09-08 ] |
|
This issue does not affect MariaDB 10.9.2 and can probably be closed. |