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

refactor: add DatabaseMeta.gc_in_progress #16464

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. refactor: add DatabaseMeta.gc_in_progress

    If `gc_in_progress` is set, no un-drop can be done on this database.
    Because the related data may already have been deleted.
    
    This commit does not use this flag yet, and will be used in next commit.
    
    - Part of databendlabs#16433
    drmingdrmer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9e8bb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf11f09 View commit details
    Browse the repository at this point in the history