Commit Graph

4136 Commits (eb5b637fb04da2666fdf0d2e76f4b5b80e70d9ee)
 

Author SHA1 Message Date
Igor Canadi eb5b637fb0 Fix condition for bottommost level 9 years ago
Igor Canadi 9eaff629e3 Make corruption_test more robust 9 years ago
Igor Canadi bf19dbff44 Fix valgrind - Initialize done variable 9 years ago
Yueh-Hsuan Chiang 5c7bf56d35 [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 9 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 9 years ago
krad a39897369a Adding features to CI job description 9 years ago
Igor Canadi a47bf325c6 Merge pull request #748 from yuslepukhin/improve_test_runs 9 years ago
Dmitri Smirnov 65324a16dc Improve test running scripts 9 years ago
Igor Canadi 7e4ee42315 Merge pull request #743 from edsrzf/amalgamation 9 years ago
Evan Shaw 7a23e4d8ca New amalgamation target 9 years ago
Igor Canadi e9a6808c4d Merge pull request #745 from yuslepukhin/test_appveyor_baseline 9 years ago
Dmitri Smirnov 9320ffd67a Improve CI build and fix Windows build breakage 9 years ago
agiardullo 03b08ba9a9 Return MergeInProgress when fetching from transactions or WBWI with overwrite_key 9 years ago
Islam AbdelRahman c29af48d3e Add max_file_opening_threads to db_bench 9 years ago
Yueh-Hsuan Chiang da1cf8a9bc Add a missing check for deprecated options in options_helper.cc 9 years ago
agiardullo 5a51fa907b Fix accidental object copy in transactions 9 years ago
Yueh-Hsuan Chiang 1e73b11af7 Better handling of deprecated options in RocksDBOptionsParser 9 years ago
Yueh-Hsuan Chiang a8b8295d18 Fixed a compile warning in options_test.cc under clang 9 years ago
Yueh-Hsuan Chiang 74b100ac17 RocksDB Options file format and its serialization / deserialization. 9 years ago
Igor Canadi 75134f7562 Merge pull request #741 from yuslepukhin/test_appveyor_baseline 9 years ago
Dmitri Smirnov 2e7506d82c Improve CI build and build switches 9 years ago
Igor Canadi 1eff1834b2 Remove non-existing functions. Closes #680 9 years ago
Islam AbdelRahman 16d1ba7001 Clear SyncPoint Trace in DeleteSchedulerTests 9 years ago
Yueh-Hsuan Chiang 30f74fa964 Make CompactionJobStatsTest.UniversalCompactionTest more robust 9 years ago
agiardullo afe0dc539b SingleDelete support for Transactions 9 years ago
Yueh-Hsuan Chiang a263002a36 Fixed a tsan warning in db_stress.cc 9 years ago
Yueh-Hsuan Chiang e4861e7d68 Fixed a compile error in util/arena.h 9 years ago
Yueh-Hsuan Chiang 0fdb4f1688 Fixed a compile warning in util/arena.cc when hugetlb is not supported. 9 years ago
Igor Canadi 94ac8826c4 Merge pull request #737 from mlin/readonly-syncwal 9 years ago
Mike Lin 60fa9cf0b5 Override DBImplReadOnly::SyncWAL() to return NotSupported. Previously, calling it caused program abort. 9 years ago
krad 7df348b405 Minor fix to CI job definition 9 years ago
Igor Canadi dac3f22b77 Fix the test failure 9 years ago
Yueh-Hsuan Chiang 63e0f86797 Fixed a bug which causes rocksdb.flush.write.bytes stat is always zero 9 years ago
Igor Canadi 7ee445dd68 Fix the compile warning 9 years ago
Igor Canadi 174e2be5f0 Merge pull request #735 from jsteemann/fix-potential-leak-in-allocate 9 years ago
jsteemann aa58958d38 prevent potential memleaks in Arena::Allocate*() 9 years ago
agiardullo 25fd743d75 Fix SingleDelete support in WriteBatchWithIndex 9 years ago
Yueh-Hsuan Chiang b6aa3f962d Fixed a memory leak issue in DBTest.UnremovableSingleDelete 9 years ago
Igor Canadi 7b7b5d9f18 [minor] Reuse SleepingBackgroundTask 9 years ago
krad e01f32cc3c Parameterizing email id 9 years ago
Mayank Pundir c58bac701c Fix valgrind failure due to memory leaks 9 years ago
sdong a70d08ec07 Fix the bug of using freed memory introduced by recent plain table reader patch 9 years ago
krad 628216fc1f Simplifying valgrind testing 9 years ago
Assaf Sela 4805fa0eae Remove ldb HexToString method's usage of sscanf 9 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
Yueh-Hsuan Chiang 3fdb6e5234 Fixed old lint errors in db/filename.cc 9 years ago
Yueh-Hsuan Chiang b349d22786 Fixed old lint errors in db/filename.h 9 years ago
sdong df34aea331 PlainTableReader to support non-mmap mode 9 years ago
sdong d746eaad5e RandomAccessFileReader should not inherit RandomAccessFile 9 years ago
krad 03dd8f3ca7 Fixing punit job description 9 years ago