mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Update LevelDB to 1.12
Squashed 'Subtrees/leveldb/' changes from 5bbb544..ab82e57 ab82e57 Release leveldb 1.12 02c6259 Release leveldb 1.11 git-subtree-dir: Subtrees/leveldb git-subtree-split: ab82e57287e5f811f8b66774cc2a1d2979744c8c
This commit is contained in:
@@ -467,7 +467,7 @@ class PosixEnv : public Env {
|
||||
result = IOError(fname, errno);
|
||||
}
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
virtual Status CreateDir(const std::string& name) {
|
||||
Status result;
|
||||
@@ -475,7 +475,7 @@ class PosixEnv : public Env {
|
||||
result = IOError(name, errno);
|
||||
}
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
virtual Status DeleteDir(const std::string& name) {
|
||||
Status result;
|
||||
@@ -483,7 +483,7 @@ class PosixEnv : public Env {
|
||||
result = IOError(name, errno);
|
||||
}
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
virtual Status GetFileSize(const std::string& fname, uint64_t* size) {
|
||||
Status s;
|
||||
|
||||
Reference in New Issue
Block a user