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

Acquire lock on DB LOCK file before starting repair. #4435

Closed
wants to merge 1 commit into from

Commits on Sep 28, 2018

  1. Acquire lock on DB LOCK file before starting repair.

    This commit adds code to acquire lock on the DB LOCK file
    before starting the repair process. This will prevent
    multiple processes from performing repair on the same DB
    simultaneously. Fixes repair_test to work with this change.
    cdkamat committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    adb8950 View commit details
    Browse the repository at this point in the history