Commit fbf4bae9 authored by unknown's avatar unknown

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

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


ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
  Auto merged
parents 4983c584 d94d1f94
...@@ -359,9 +359,6 @@ void Cmvmi::execSTTOR(Signal* signal) ...@@ -359,9 +359,6 @@ void Cmvmi::execSTTOR(Signal* signal)
signal->theData[2] = NodeInfo::REP; signal->theData[2] = NodeInfo::REP;
execOPEN_COMREQ(signal); execOPEN_COMREQ(signal);
globalData.theStartLevel = NodeState::SL_STARTED; globalData.theStartLevel = NodeState::SL_STARTED;
sendSTTORRY(signal);
} else {
jam();
if(theConfig.lockPagesInMainMemory()){ if(theConfig.lockPagesInMainMemory()){
int res = NdbMem_MemLockAll(); int res = NdbMem_MemLockAll();
...@@ -370,7 +367,6 @@ void Cmvmi::execSTTOR(Signal* signal) ...@@ -370,7 +367,6 @@ void Cmvmi::execSTTOR(Signal* signal)
warningEvent("Failed to memlock pages"); warningEvent("Failed to memlock pages");
} }
} }
sendSTTORRY(signal); sendSTTORRY(signal);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment