Commit a92344eb authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

rename the recover lock file closes[t:2095]

git-svn-id: file:///svn/toku/tokudb@15558 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5395f076
......@@ -844,7 +844,7 @@ static int do_recovery(RECOVER_ENV renv, const char *data_dir, const char *log_d
}
static int recover_lock(const char *lock_dir, int *lockfd) {
const char fname[] = "/__recoverylock_dont_delete_me";
const char fname[] = "/__tokudb_recoverylock_dont_delete_me";
int namelen=strlen(lock_dir);
char lockfname[namelen+sizeof(fname)];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment