Commit 1f33c408 authored by unknown's avatar unknown

ndb -

  print some in case of error


storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
  print scan state in case of error
parent 48969dc0
......@@ -7633,6 +7633,7 @@ void Dblqh::execNEXT_SCANCONF(Signal* signal)
scanLockReleasedLab(signal);
break;
default:
ndbout_c("%d", scanptr.p->scanState);
ndbrequire(false);
}//switch
}//Dblqh::execNEXT_SCANCONF()
......
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