Bug #11662 Missing error codes when batching mixed operations in NdbAPI
Submitted: 30 Jun 2005 12:10 Modified: 4 Aug 2005 8:28
Reporter: Martin Skold Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:mysql-5.1 OS:
Assigned to: Assigned Account CPU Architecture:Any

[30 Jun 2005 12:10] Martin Skold
Description:
When doing

...
insertTuple()
readTuple()
insertTuple()
...
readTuple()
insertTuple()
execute(NoCommit, IgnoreError)

any error_code expected is not found in any operation object

How to repeat:
See attached test program
[30 Jun 2005 12:12] Martin Skold
Makefile

Attachment: Makefile (application/octet-stream, text), 610 bytes.

[4 Aug 2005 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".