You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RCCheckTS, which is a field of StatementContext, is a transaction related variable, but it is initialized in ResetContextOfStmt currently. We should manager the modification of it within RC transaction context provider and let it read-only in StatementContext.
The text was updated successfully, but these errors were encountered:
Enhancement
RCCheckTS, which is a field of
StatementContext
, is a transaction related variable, but it is initialized inResetContextOfStmt
currently. We should manager the modification of it within RC transaction context provider and let it read-only inStatementContext
.The text was updated successfully, but these errors were encountered: