[MDEV-25823] Federated table with certain charset causes unexpected errors for unrelated queries Created: 2021-05-30 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Storage Engine - Federated |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
A federated table can be created with a charset which isn't allowed to be set as client character set, such as ucs2.
On 10.3-10.6 the query from information_schema fails with ER_WRONG_VALUE_FOR_VAR:
On 10.2 it doesn't fail, but causes an even weirder ER_SQL_DISCOVER_ERROR warning:
|