[MDEV-17036] BULK with replace doesn't take the first parameter in account Created: 2018-08-22 Updated: 2019-04-25 Resolved: 2019-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Protocol |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.24, 10.3.15, 10.4.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Diego Dupin | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When using COM_STMT_BULK_EXECUTE , the first "couple" are not taken in account.
expected in database :
but is
The byte send to server are ok, according to COM_STMT_BULK_EXECUTE protocol :
(tested with server 10.3.7 and 10.2.14) |
| Comments |
| Comment by Oleksandr Byelkin [ 2019-04-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Diego Dupin [ 2019-04-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
correction tested with java drive (specific issue and test suite) |