Commit 3364aa19 authored by unknown's avatar unknown

ndb - flush signal log when it is turned off


ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
  flush signal log when it is turned off or whatever
parent 0c9fc6ba
......@@ -697,6 +697,7 @@ Cmvmi::execTEST_ORD(Signal * signal){
// Do nothing
break;
}
globalSignalLoggers.flushSignalLog();
}
#endif
......
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