summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/blocks/dbtc
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/kernel/blocks/dbtc')
-rw-r--r--ndb/src/kernel/blocks/dbtc/DbtcMain.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp b/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
index dda743616f4..07027593898 100644
--- a/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
+++ b/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
@@ -1002,13 +1002,6 @@ Dbtc::handleFailedApiNode(Signal* signal,
TloopCount += 64;
break;
case CS_CONNECTED:
- /*********************************************************************/
- // The api record is connected to failed node. We need to release the
- // connection and set it in a disconnected state.
- /*********************************************************************/
- jam();
- releaseApiCon(signal, apiConnectptr.i);
- break;
case CS_REC_COMMITTING:
case CS_RECEIVING:
case CS_STARTED: