Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is the client counter part of MDEV-30366: permit returning individual results.
This will permit to :
- return exact all auto increment id
- return individual update rows, permitting "Optimistic locking" batching.
This will permit to have a transparent use of BULK compare to unitary sending all updates.
Attachments
Issue Links
- causes
-
CONJ-1213 sql command ending with semicolon and trailing space are not using bulk
- Closed
-
CONJ-1214 Batched INSERT ... ON DUPLICATE KEY UPDATE statements are no longer execute with `executeBatchBulk`
- Closed
- is caused by
-
MDEV-30366 Permit bulk implementation to return ALL individual results
- Closed