Skip to content

Commit 3c5a562

Browse files
knizhnikkelvich
authored andcommitted
Rewrite storing origin in prepared record
1 parent 3abe087 commit 3c5a562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ MtmEndTransaction(MtmCurrentTrans* x, bool commit)
11651165
: ts->status == TRANSACTION_STATUS_COMMITTED ? "committed" : "not prepared",
11661166
ts->xid, ts->gid);
11671167
}
1168-
//Assert(ts->xid != 10000);
1168+
Assert(ts->xid != 10000);
11691169
if (x->csn > ts->csn || Mtm->status == MTM_RECOVERY) {
11701170
Assert(x->csn != INVALID_CSN);
11711171
ts->csn = x->csn;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy