Bug #50648 Incorrect state-handling in execTCINDXREQ
Submitted: 27 Jan 2010 8:55 Modified: 1 Feb 2010 9:12
Reporter: Jonas Oreland Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.0 OS:Any
Assigned to: CPU Architecture:Any

[27 Jan 2010 8:55] Jonas Oreland
Description:
As part of fixing compiler warnings, I changed the if-statement in execTCINDXREQ
(to a *correct* if statement), and this lead to "testIndex -n Bug21384" starting
to fail.

Adding printouts to the method, shows that it sometimes reinitializes the
transaction object, even if startFlag is not == 1,

How to repeat:
.

Suggested fix:
.
[27 Jan 2010 8:57] 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/commits/98287

3091 Jonas Oreland	2010-01-27
      ndb - introduce bug#50648 (i.e revert previous change)