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
sql: rewind txn sequence number in internal executor
If the internal executor is used by a user-initiated query, then it
shares the same transaction as the user's query. In that case, it's
important to step back the sequence number so that a single statement
does not read its own writes.
Release note: None
0 commit comments