[MDEV-12240] LOAD DATA INFILE binary blobs failing for UTF8 Created: 2017-03-13 Updated: 2021-11-03 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.0, 10.1, 10.0.30, 10.1.21, 10.2.4, 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bill Nokes | Assignee: | Rucha Deodhar |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Environment: |
Windows and Linux. Latest 10.0, 10.1 and 10.2 versions. |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
LOAD DATA INFILE with a binary blob fails when using UTF8 char sets. The result is additional escaped characters in the binary data when being accessed. Test case - run against 10.0/1/2 of MariaDB. Injects binary blob that should only be escape processed for binary content and not treated as utf8; however MariaDB seems to be adding an extra escape to the binary contents - MySQL 5.6.35 is fine. The database and client connection are completely set up to use UTF8. This might be related to
|
| Comments |
| Comment by Elena Stepanova [ 2017-03-18 ] |
|
I think it's related to |