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

Commit 47f434d

Browse files
knizhnikkelvich
authored andcommitted
Reduce trace
1 parent af5645e commit 47f434d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multimaster.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ MtmEndTransaction(MtmCurrentTrans* x, bool commit)
11771177
: ts->status == TRANSACTION_STATUS_COMMITTED ? "committed" : "not prepared",
11781178
ts->xid, ts->gid);
11791179
}
1180+
Assert(ts->xid != 10000);
11801181
if (x->csn > ts->csn || Mtm->status == MTM_RECOVERY) {
11811182
Assert(x->csn != INVALID_CSN);
11821183
ts->csn = x->csn;

0 commit comments

Comments
 (0)