Commit b2671767 authored by jonas@eel.(none)'s avatar jonas@eel.(none)

ndb - bug#12608

  Always abort if node failure occured between startTransaction and commit
  (can later be improved by wl#2610)
parent 3a555b99
...@@ -4404,7 +4404,7 @@ Dbtc::DIVER_node_fail_handling(Signal* signal, UintR Tgci) ...@@ -4404,7 +4404,7 @@ Dbtc::DIVER_node_fail_handling(Signal* signal, UintR Tgci)
*------------------------------------------------------------------------*/ *------------------------------------------------------------------------*/
tabortInd = ZFALSE; tabortInd = ZFALSE;
setupFailData(signal); setupFailData(signal);
if (tabortInd == ZFALSE) { if (false && tabortInd == ZFALSE) {
jam(); jam();
commitGciHandling(signal, Tgci); commitGciHandling(signal, Tgci);
toCommitHandlingLab(signal); toCommitHandlingLab(signal);
......
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