[MDEV-9876] SELECT INTO OUTFILE erroneously depends on character_set_client Created: 2016-04-06 Updated: 2020-05-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
I run this script:
it returns this result:
Now if I run exactly the same script with --default-character-set=utf8:
It returns a different result:
The result should not depend on --default-character-set=xxx. |
| Comments |
| Comment by Alexander Barkov [ 2016-04-06 ] |
|
See also: |