Bug #4248 Wrong or no error messages at commit/rollback
Submitted: 22 Jun 2004 13:37 Modified: 28 Jun 2004 9:51
Reporter: Martin Skold Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version: OS:
Assigned to: Martin Skold CPU Architecture:Any

[22 Jun 2004 13:37] Martin Skold
Description:
After optimization of ndbcluster handler, operations are batched.
This means that some operations migh be executed at commit which
also means that many errors can happen at commit.
This is currently not handled correctly.

How to repeat:
begin;
insert ...
commit;
[28 Jun 2004 9:51] Martin Skold
Patch now in mysql-4.1