sql: don't allow schema changes in weak isolation transactions #100143
Labels
A-read-committed
Related to the introduction of Read Committed
A-schema-changes
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Until we can make this safe, don't allow it.
We used to have the following logic, which we can model this change on:
cockroach/pkg/sql/lease.go
Lines 320 to 325 in f0ac764
Jira issue: CRDB-26563
Epic CRDB-26546
The text was updated successfully, but these errors were encountered: