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: remove manually split ranges during TRUNCATE and DROP #38221

Merged
merged 1 commit into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. sql: remove manually split ranges during TRUNCATE and DROP

    If a table/index is dropped/truncated, any manually split ranges in the
    table/index should be unsplit so the automatic merge queue can clean up
    after it.
    
    Additionally, re-enable splits in clearrange which was previously timing
    out because it was waiting for manual splits to be automatically merged,
    which is not possible.
    
    Release note: None
    jeffrey-xiao committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    7375d59 View commit details
    Browse the repository at this point in the history