mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
ndb - bug#12608
Always abort if node failure occured between startTransaction and commit (can later be improved by wl#2610)
This commit is contained in:
parent
3a555b999c
commit
b267176708
1 changed files with 1 additions and 1 deletions
|
@ -4404,7 +4404,7 @@ Dbtc::DIVER_node_fail_handling(Signal* signal, UintR Tgci)
|
|||
*------------------------------------------------------------------------*/
|
||||
tabortInd = ZFALSE;
|
||||
setupFailData(signal);
|
||||
if (tabortInd == ZFALSE) {
|
||||
if (false && tabortInd == ZFALSE) {
|
||||
jam();
|
||||
commitGciHandling(signal, Tgci);
|
||||
toCommitHandlingLab(signal);
|
||||
|
|
Loading…
Reference in a new issue