Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85996: sql: don't panic on auth check with unopen txn r=ajwerner,RichardJCai a=rafiss Relates to #80764 and #82034 Ever since c00ea84 was merged, the KV layer has disallowed use of an aborted txn. Therefore, the checks here are no longer necessary. This should actually help with debugging, since now if the aborted txn is used, we should get back an error that has the reason for the abort (or restart), instead of a panic that does not have that info. Release note: None Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information