Closed harshit-gangal closed 1 month ago
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
release notes (needs details)
label if users need to know about this change.-
), and have a clear help text.Jobs
should be named in order to mark it as required
.required
, the maintainer team must be notified._vt
tables and RPCs need to be backward compatible.vtctl
command output order should be stable and awk
-able.All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.45%. Comparing base (
83b37b8
) to head (d3a9131
). Report is 14 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR rejects a Atomic Distributed Transaction Commit when the session have modified system settings or using temporary table or have savepoints inside the transaction.
This will be removed when the support is added for it.
Related Issue(s)
16245
Checklist