SET LOCAL support - #3101
Conversation
|
SummaryCoverage spans transaction-scoped configuration behavior across normal use, commits, rollbacks, savepoints, failed transactions, repeated changes, session-value preservation, planner visibility, and message boundaries. It also exercises edge cases and invalid or custom settings, with results indicating healthy behavior across these business-logic and database-boundary scenarios. Safe to merge — the run found no failures attributable to this PR, regressions, or previously flagged issues, so there is no merge-blocking risk. The overall result is low risk. Tests run by Ito
Tip Reply with @itoqa to send us feedback on this test run. |
|

This PR adds support for transaction-scoped session vars via SET LOCAL.
Companion PR: dolthub/go-mysql-server#3704