Merge perch.ndb.mysql.com:/home/jonas/src/50-work

into  perch.ndb.mysql.com:/home/jonas/src/51-work


storage/ndb/src/ndbapi/NdbTransaction.cpp:
  Auto merged
This commit is contained in:
unknown 2006-12-01 11:25:08 +01:00
commit fae72af5aa

View file

@ -926,7 +926,10 @@ NdbTransaction::release(){
* The user did not perform any rollback but simply closed the
* transaction. We must rollback Ndb since Ndb have been contacted.
************************************************************************/
execute(Rollback);
if (!theSimpleState)
{
execute(Rollback);
}
}//if
theMagicNumber = 0xFE11DC;
theInUseState = false;