Commit Graph

4564 Commits (ba834473639899ffbdedee6fb2ba2ab99b36c78f)
 

Author SHA1 Message Date
sdong 459c7fba36 Revert previous behavior of internal_key_skipped_count 9 years ago
agiardullo 481f9edb15 Fix CLANG build 9 years ago
Yueh-Hsuan Chiang d7421c22f8 Fixed some typos in the comments of rocksdb options file example 9 years ago
sdong ef8ed3681c Fix DBTest.SuggestCompactRangeTest for disable jemalloc case 9 years ago
sdong db320b1b82 DB to only flush the column family with the largest memtable while option.db_write_buffer_size is hit 9 years ago
Siying Dong 4a009f9172 Merge pull request #860 from SherlockNoMad/BuildFix 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong d27ea4c9e5 Initialize options.row_cache 9 years ago
Islam AbdelRahman 72930485b5 Fix clang build 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Igor Canadi f3ea00bc85 Merge pull request #856 from ceph/wip-env 9 years ago
Sage Weil 4cedd6b038 EnvWrapper: add ReuseWritableFile 9 years ago
sdong 33e0c93826 Reduce extra key comparision in DBIter::Next() 9 years ago
Nathan Bronson 9a9d4759b2 InlineSkipList part 3/3 - new skiplist type that colocates key and node 9 years ago
Nathan Bronson 5201729545 InlineSkipList - part 2/3 9 years ago
Nathan Bronson 78812ec6bf InlineSkipList - part 1/3 9 years ago
Igor Canadi ffb466da4e Merge pull request #855 from yuslepukhin/enable_3rdparty_override 9 years ago
Dmitri Smirnov 10d257d643 Enable override to 3rd party linkage 9 years ago
Vasili Svirski 41b32c6059 Enable C4267 warning 9 years ago
agiardullo c5b467306d Fix race condition that causes valgrind failures 9 years ago
Siying Dong efb01a055a Merge pull request #850 from yuslepukhin/enable_2015_build 9 years ago
Venkatesh Radhakrishnan 81be49c755 Have a way for compaction filter to ignore snapshots 9 years ago
yuslepukhin 047bd22aae Build on Visual Studio 2015 Update 1 9 years ago
Islam AbdelRahman 88e0527724 Reduce moving memory in LDB::ScanCommand 9 years ago
Siying Dong 890f44f46e Merge pull request #844 from yuslepukhin/enable_C4804_unsafe_bool 9 years ago
sdong 9d0b8f19d9 plain table reader: avoid re-read the same position for index and data in non-mmap mode 9 years ago
Dmitri Smirnov 89bacb7e7d Enable MS Warning C4804 : unsafe use of type 'bool' in operation 9 years ago
sdong d5239f8709 build_tools/fbcode_config4.8.1.sh: upgrade versions of some dependencies 9 years ago
sdong c4ebb66d61 Not to build forward_iterator_bench now 9 years ago
Siying Dong c342549d00 Merge pull request #841 from yuslepukhin/fix_test_rerun_logic 9 years ago
Dmitri Smirnov 7cb1293b60 Fix log names when scheduling runs and reruns 9 years ago
sdong 51fce92e11 "ldb compact" should force bottommost level compaction 9 years ago
Siying Dong f831641204 Merge pull request #837 from yuslepukhin/rerun_concurrency_value 9 years ago
Islam AbdelRahman 4159ab8169 Merge pull request #839 from SherlockNoMad/memtableOption 9 years ago
sdong 6170fec251 Fix build broken by previous commit of "option helper refactor" 9 years ago
Siying Dong 3a6643c2fd Merge pull request #805 from SherlockNoMad/OptionHelperFix 9 years ago
sdong 189b3e03df Fix uninitilizeded SpecialEnv::time_elapse_only_sleep_ 9 years ago
sdong d5540e18e6 DBTest.MergeTestTime to only use fake time to be determinstic 9 years ago
SherlockNoMad bd7be035e0 Support Memtable Factory Parse in option_helper.cc 9 years ago
Dmitri Smirnov 94e39e2364 Exclude DBTest.FileCreationRandomFailure as a long running test 9 years ago
Yueh-Hsuan Chiang 4189c0f9aa Fix Java Makefile 9 years ago
Islam AbdelRahman 605a24d94e Block forward_iterator_bench under MAC and Windows 9 years ago
Dmitri Smirnov 2a0510c9f4 Failed tests must be rerun with concurrency 1 9 years ago
Venkatesh Radhakrishnan 9b8c9be0b5 Fix forward_iterator allocation of vector. 9 years ago
sdong 5cbb7e43e0 DBTest.MergeTestTime: relax counter upper bound verification 10 years ago
Islam AbdelRahman 52e04b3d02 Merge pull request #833 from yuslepukhin/fix_win_build_after_lint 10 years ago
Dmitri Smirnov 314f62194a Remove headers from the cc since they are in the module's header. 10 years ago
Dmitri Smirnov 472c74006f Add necessary headers after cpplint rearranged includes 10 years ago
sdong 9bc9c93bd4 Move to version 4.3 10 years ago
Reid Horuff 3381e2c3e7 Handle multiple calls to DBImpl::PauseBackgroundWork() and DBImpl::ContinueBackgroundWork() 10 years ago