[MXS-706] LOAD DATA LOCAL INFILE fails when inserting binary data Created: 2016-05-04 Updated: 2017-09-27 Resolved: 2017-09-27 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readconnroute |
| Affects Version/s: | 1.4.3, 2.1.9, 2.2.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When binary data with hexadecimal value '\x11' is loaded through the readconnroute, it misinterprets the loaded data as a COM_CHANGE_USER command. This will cause an error which closes the client connection. This could be fixed by adding more parsing into the readocnnroute so that it can detect the LOAD DATA LOCAL INFILE command. |
| Comments |
| Comment by Johan Wikman [ 2016-05-31 ] |
|
Tentatively scheduled for 2.1. |
| Comment by Johan Wikman [ 2017-09-27 ] |
|
This is stated in the limitations document. |