| 1104 | } |
| 1105 | |
| 1106 | int64_t DBImpl::TEST_MaxNextLevelOverlappingBytes() { |
| 1107 | MutexLock l(&mutex_); |
| 1108 | return versions_->MaxNextLevelOverlappingBytes(); |
| 1109 | } |
| 1110 | |
| 1111 | Status DBImpl::Get(const ReadOptions& options, const Slice& key, |
| 1112 | std::string* value) { |