fix the asan check
Summary: as title Test Plan: ran it Reviewers: yhchiang, igor Reviewed By: igor Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D28311
This commit is contained in:
parent
83bf09144b
commit
b1267750fb
@ -3047,7 +3047,7 @@ Status DBImpl::DeleteFile(std::string name) {
|
||||
vstoreage->LevelFiles(0).back()->fd.GetNumber() != number) {
|
||||
Log(InfoLogLevel::WARN_LEVEL, db_options_.info_log,
|
||||
"DeleteFile %s failed ---"
|
||||
" target file in level 0 must be the oldest.");
|
||||
" target file in level 0 must be the oldest.", name.c_str());
|
||||
return Status::InvalidArgument("File in level 0, but not oldest");
|
||||
}
|
||||
edit.SetColumnFamily(cfd->GetID());
|
||||
|
Loading…
x
Reference in New Issue
Block a user