mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
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:
commit
fae72af5aa
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue