leveldb/db
Chris Mumford c00e177f36 Guard DBImpl::versions_ by mutex_.
mutex_ was already acquired before accessing DBImpl::versions_ in all
but one place: DBImpl::GetApproximateSizes. This change requires mutex_
to be held before accessing versions_.

PiperOrigin-RevId: 248390814
2019-05-16 12:07:21 -07:00
..
autocompact_test.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
builder.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
builder.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
c_test.c Expose WriteBatch::Append in the C API. 2018-08-19 19:54:34 -07:00
c.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
corruption_test.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
db_impl.cc Guard DBImpl::versions_ by mutex_. 2019-05-16 12:07:21 -07:00
db_impl.h Guard DBImpl::versions_ by mutex_. 2019-05-16 12:07:21 -07:00
db_iter.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
db_iter.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
db_test.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
dbformat_test.cc Added unit test for InternalKey::DecodeFrom with empty string. 2019-05-09 14:10:55 -07:00
dbformat.cc Using std::ostringstream in key DebugString. 2019-05-08 17:36:35 -07:00
dbformat.h Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
dumpfile.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
fault_injection_test.cc Style cleanup. 2019-05-04 17:42:20 -07:00
filename_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
filename.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
filename.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
leveldbutil.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
log_format.h Convert documentation to markdown. 2017-03-01 09:42:25 -08:00
log_reader.cc Style cleanup. 2019-05-04 17:42:20 -07:00
log_reader.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
log_test.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
log_writer.cc Style cleanup. 2019-05-04 17:42:20 -07:00
log_writer.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
memtable.cc Style cleanup. 2019-05-04 17:42:20 -07:00
memtable.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
recovery_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
repair.cc Switch to using C++ 11 override specifier. 2019-05-09 14:11:06 -07:00
skiplist_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
skiplist.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
snapshot.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
table_cache.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
table_cache.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
version_edit_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
version_edit.cc Merge pull request #411 from proller:assert1 2019-05-09 08:37:49 -07:00
version_edit.h Style cleanup. 2019-05-04 17:42:20 -07:00
version_set_test.cc Style cleanup. 2019-05-04 17:42:20 -07:00
version_set.cc Converted two for-loops to while-loops. 2019-05-13 13:51:11 -07:00
version_set.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
write_batch_internal.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
write_batch_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
write_batch.cc Style cleanup. 2019-05-04 17:42:20 -07:00