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
153365: sql/schemachanger: implement TRUNCATE in declarative schema changer r=fqazi a=fqazi
Previously, we only supported truncate in the legacy schema changer, which meant that automatic toggling o schema_locked was not supported. This meant certain ORM tests were failing attempting to truncate tables with automatic schema locked enabled. This patch adds support for TRUNCATE in the declarative schema changer in majority of cases, as long as the index does not have references via index hints.
Fixes: #153241Fixes: #153248fixes#153498fixes#153411fixes#153343fixes#153333fixes#153319fixes#153318
Release note: None
153598: server: call WaitFor5NodeReplication in TestCheckRestartSafe r=dhartunian a=dhartunian
This test should call the more specialized method to avoid timing out when we're waiting for 5 nodes to replicate.
Epic: None
Resolves: #153523
Release note: None
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: David Hartunian <[email protected]>
0 commit comments