Commit 1360c578 authored by unknown's avatar unknown

ndb -

  fix merge error


storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
  fix merge error
parent aeb2d457
...@@ -367,7 +367,7 @@ void Cmvmi::execSTTOR(Signal* signal) ...@@ -367,7 +367,7 @@ void Cmvmi::execSTTOR(Signal* signal)
if (theStartPhase == 1){ if (theStartPhase == 1){
jam(); jam();
if(theConfig.lockPagesInMainMemory()) if(m_ctx.m_config.lockPagesInMainMemory())
{ {
int res = NdbMem_MemLockAll(); int res = NdbMem_MemLockAll();
if(res != 0){ if(res != 0){
......
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