Add missing MUSTTAIL
This commit is contained in:
@@ -3424,7 +3424,7 @@ FLATTEN PRESERVE_NONE void begin(CheckJob *job, CheckContext *context) {
|
|||||||
job->readVersion, context->tls)
|
job->readVersion, context->tls)
|
||||||
? ConflictSet::Commit
|
? ConflictSet::Commit
|
||||||
: ConflictSet::Conflict;
|
: ConflictSet::Conflict;
|
||||||
return complete(job, context);
|
MUSTTAIL return complete(job, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace check_range_read_state_machine
|
} // namespace check_range_read_state_machine
|
||||||
|
Reference in New Issue
Block a user