[CONJ-350] Make server prepare fallback to client prepare if query cannot be prepare Created: 2016-09-15 Updated: 2016-09-22 Resolved: 2016-09-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
since PREPARE can now be delayed, according to option "useBatchMultiSend", if query cannot be prepared, a fallback to client prepareStatement has to be implemented at any time the PREPARE fail. |