Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: deprecate TableDescriptor.GCMutations #75280

Merged
merged 1 commit into from
Jan 25, 2022

Commits on Jan 24, 2022

  1. sql: deprecate TableDescriptor.GCMutations

    This appears unused. While the schema changer adds entries that the gc
    job subsequently removes, the only other code that made use of this
    field (outside of tests) was FindIndexByID. FindIndexByID appears to
    use it to return a special error that no one looks for.
    
    Release note: None
    stevendanna committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c08ae50 View commit details
    Browse the repository at this point in the history