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: allow setting schema_locked for newly created tables
Previously, there was a blanket ban on transactions setting
schema_locked on newly craeted tables. This patch removes this
limitation to make it easier to test this functionality in the schema
changer workload. The reason this is safe is because no CDC change feed
can be created for a new table in the same transaction. This also
simplifies testing in our randomized workload.
Informs: #144591
Release note: None
0 commit comments