Bug #6389 replace bug
Submitted: 2 Nov 2004 17:13 Modified: 2 Nov 2004 19:53
Reporter: Tomas Ulin Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:bk 4.1.8 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[2 Nov 2004 17:13] Tomas Ulin
Description:
create table t8 (a int primary key, b int);
replace t8 set a=9,b=2;
replace t8 set a=9,b=2;

ERROR 1296 (HY000): Got error 4350 'Transaction already aborted' from ndbcluster

How to repeat:
create table t8 (a int primary key, b int);
replace t8 set a=9,b=2;
replace t8 set a=9,b=2;
[2 Nov 2004 19:52] Jonas Oreland
I could reproduce this.
20.52
[2 Nov 2004 19:53] Jonas Oreland
s/could/could not/