[CONJ-440] handle very big COM_STMT_SEND_LONG_DATA packet. Created: 2017-03-06 Updated: 2017-03-08 Resolved: 2017-03-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.9 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Actual binary data are send using COM_STMT_SEND_LONG_DATA when using server prepare. Actual implementation has 2 issues :
This cause unneeded use of memory, leading to OOM error, if stream size is really important. |