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
151127: workload/schemachanger: address drop column flake r=fqazi a=fqazi
Previously, the logic used to detect if dropping a column would clean up any indexes backing a foreign key was incorrect. It would only look for exact matching alternative indexes that could back the foreign key, when it should have been looking for precautions. To address this bug, this patch fixes up the CTE query.
Fixes: #150539
Release note: None
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments