Bug #27776 Disk scan cant see uncommitted inserts by own transaction
Submitted: 12 Apr 2007 4:56
Reporter: Jonas Oreland Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Disk Data Severity:S3 (Non-critical)
Version:mysql-5.1 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[12 Apr 2007 4:56] Jonas Oreland
Description:
Note; split of bug#27757

For DD scan, the data will not have been written to disk.
   This seems very hard to fix.
   Short term solution is to disable disk-scan

---

I disable diskscan to fix this problem.

How to repeat:
create table t1 (a int primary key, b int not null) storage disk engine = ndb;
begin;
insert into t1 values (1,1);
select * from t1;
[15 Apr 2007 16:48] Bugs System
Pushed into 5.1.18-beta
[19 Feb 2009 8:52] Jonas Oreland
this is not doable from ndbapi/mysqld
i.e no user could ever hit this.
more a note