Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ac4fdd

Browse files
committed
set MtmIsRecoverySession to false only on caught-up in MtmRecoveryCaughtUp()
1 parent 9657046 commit 5ac4fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

multimaster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,6 @@ bool MtmIsRecoveredNode(int nodeId)
20502050
}
20512051
return true;
20522052
} else {
2053-
MtmIsRecoverySession = false; /* recovery is completed */
20542053
return false;
20552054
}
20562055
}

0 commit comments

Comments
 (0)