Bug #11205 error 4006 when starting scan
Submitted: 9 Jun 2005 12:37 Modified: 22 Jul 2005 13:02
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:NDBAPI, 4.1, 5.0 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[9 Jun 2005 12:37] Jonas Oreland
Description:
When starting a scan, a transaction object is allocated (internally in ndbapi)
This transaction object should not be limited by value in Ndb::init()
  as it will never be put in arrays of parallell transactions.

How to repeat:
ndb->init(1);
startTransaction()
startScan();
startScan(); -> 4006

Suggested fix:
Only check in startTransaction
[9 Jun 2005 12:40] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/25809