[MDEV-21736] Server reports wrong character set after COM_CHANGE_USER Created: 2020-02-14 Updated: 2020-02-19 Resolved: 2020-02-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.5.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | regression | ||
| Description |
|
This seems to be a regression bug. C/C charset unittest fails with
in run_plugin_auth (my_auth.c) client sets character set utf8 and sends COM_CHANGE_USER packet to server (success), but afterwards SELECT @@character_set_client returns latin1. |
| Comments |
| Comment by Georg Richter [ 2020-02-19 ] |
|
I just figured out that there was still a configuration file from another bug in place, which disabled character set handshake. |