Commit d393fc10 authored by unknown's avatar unknown

Bug #27444 DataMemory missing from report in cluster logs

- error in initial signal length giving uninitialized variable

parent 9a25b5a8
......@@ -517,7 +517,7 @@ void Dbtup::execNDB_STTOR(Signal* signal)
/*****************************************/
signal->theData[0] = ZREPORT_MEMORY_USAGE;
signal->theData[1] = 0;
sendSignalWithDelay(reference(), GSN_CONTINUEB, signal, 1000, 1);
sendSignalWithDelay(reference(), GSN_CONTINUEB, signal, 1000, 2);
break;
default:
ljam();
......
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