Commit 72cbad5c authored by unknown's avatar unknown

Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca

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


storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
  Auto merged
parents c51b1b8c 4c85c8dd
...@@ -6159,7 +6159,7 @@ void Dbdih::execMASTER_LCPREQ(Signal* signal) ...@@ -6159,7 +6159,7 @@ void Dbdih::execMASTER_LCPREQ(Signal* signal)
jam(); jam();
ndbout_c("resending GSN_MASTER_LCPREQ"); ndbout_c("resending GSN_MASTER_LCPREQ");
sendSignalWithDelay(reference(), GSN_MASTER_LCPREQ, signal, sendSignalWithDelay(reference(), GSN_MASTER_LCPREQ, signal,
signal->getLength(), 50); 50, signal->getLength());
return; return;
} }
Uint32 failedNodeId = req->failedNodeId; Uint32 failedNodeId = req->failedNodeId;
......
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