[MDEV-16278] Missing DELETE operation in COM_STMT_BULK_STMT Created: 2018-05-23 Updated: 2018-12-14 Resolved: 2018-12-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.2.14, 10.3.6 |
| Fix Version/s: | 10.2.20 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Diego Dupin | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Current Bulk command (COM_STMT_BULK_STMT) permit insert, update, but not DELETE operations. That is a pain because for JDBC, API permit to indicate if the query will have a resultset or not. Change is just setting a flag to permit this kind of operation. |
| Comments |
| Comment by Oleksandr Byelkin [ 2018-12-13 ] |
|
revision-id: a80a08e8e7523203170a26bdef8c4824a3dc9afc (mariadb-10.2.19-51-ga80a08e8e75)
Allow array binding for DELETE, test it. — |
| Comment by Georg Richter [ 2018-12-13 ] |
|
Ok to push |