Commit Graph

4359 Commits (4175472ad6c930e0eb3021d5450e36d3f310fca4)
 

Author SHA1 Message Date
Igor Canadi 4175472ad6 Merge pull request #832 from yuslepukhin/fix_forward_iter_outofbounds 9 years ago
Dmitri Smirnov cb9459f85c Fix empty vector write in ForwardIterator 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
sdong dac5b248b1 UniversalCompactionPicker::PickCompaction(): avoid to form compactions if there is no file 9 years ago
Venkatesh Radhakrishnan d06b63e99f Fix Rocksdb lite build failure in forward_iterator_bench 9 years ago
Venkatesh Radhakrishnan 7824444bfc Reuse file iterators in tailing iterator when memtable is flushed 9 years ago
Venkatesh Radhakrishnan 2ae4d7d708 Make sure that CompactFiles does not run two parallel Level 0 compactions 9 years ago
Yueh-Hsuan Chiang d781da8164 Add CheckOptionsCompatibility() API to options_util 9 years ago
Siying Dong 2391b459b8 Merge pull request #824 from yuslepukhin/try_ci_tests_on_daily 9 years ago
yuslepukhin 2ab3e2df2c Fix a build break so tests can run 9 years ago
yuslepukhin 247c49a40f Merge branch 'master' into try_ci_tests_on_daily 9 years ago
yuslepukhin 935d1495c5 Run tests imporvements 9 years ago
Yueh-Hsuan Chiang 5ac16300b0 Fixed valgrind error in options_util_test 9 years ago
Nathan Bronson 6ce42dd075 Don't merge WriteBatch-es if WAL is disabled 9 years ago
Yueh-Hsuan Chiang 56245ddcf5 Fixed DBCompactionTest.SkipStatsUpdateTest 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang e78389b554 Fixed build failure of RocksDBLite test on options_file_test.cc 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Siying Dong 7ed2c3e45b Merge pull request #823 from yuslepukhin/fix_off_t_type 9 years ago
Dmitri Smirnov 7f59e33b19 Make CI build debug/optimized 9 years ago
Dmitri Smirnov ae2dfe404b Try running db_test during integration build 9 years ago
Dmitri Smirnov 720af2269a Merge branch 'fix_off_t_type' of https://github.com/yuslepukhin/rocksdb into fix_off_t_type 9 years ago
Dmitri Smirnov 5270b33bd3 Make use of portable `uint64_t` type to make possible file access 9 years ago
Nathan Bronson 631863c63b track WriteBatch contents 9 years ago
Nathan Bronson 505accda38 remove constexpr from util/random.h for MSVC compat 9 years ago
Dmitri Smirnov 5421c9728b Make use of portable `uint64_t` type to make possible file access 9 years ago
Nathan Bronson b81b430987 Switch to thread-local random for skiplist 9 years ago
Islam AbdelRahman 75a8bad2ab Merge pull request #821 from yuslepukhin/continue_windows_warnings 9 years ago
Nathan Bronson 986230b8c8 Revert "Fix TSAN build for fbcode" 9 years ago
Yueh-Hsuan Chiang f3ca28ab03 Correct the comment of GetApproximateMemoryUsageByType 9 years ago
Islam AbdelRahman 838676c17b Revert "Adding new table properties" 9 years ago
Dmitri Smirnov 7c86d50497 Enable C4305 'identifier' : truncation from 'type1' to 'type2' 9 years ago
Dmitri Smirnov 85a2ce9c19 Enable C4702 unreachable code 9 years ago
Dmitri Smirnov 62aa1b1b78 Enable C4200 warning 9 years ago
Islam AbdelRahman 5b9ce1a323 Merge pull request #820 from yuslepukhin/enable_compiler_warnings 9 years ago
Dmitri Smirnov 20f57b1715 Enable Windows warnings C4307 C4309 C4512 C4701 9 years ago
Islam AbdelRahman 8be568a9c2 Adding new table properties 9 years ago
Nathan Bronson 2b42000f43 incorrect batch group size computation for write throttling 9 years ago
Nathan Bronson c745f1d2c4 Fix TSAN build for fbcode 9 years ago
agiardullo fe789c5f2b Document SingleDelete 9 years ago
Islam AbdelRahman e89e5b253c Merge pull request #818 from yuslepukhin/improve_test_concurrency 9 years ago
Venkatesh Radhakrishnan ae7940b628 Fix regression failure in PrefixTest.PrefixValid 9 years ago
Dmitri Smirnov 3277d172ba Improve concurrency when running tests 9 years ago
Satnam Singh c8e01ef982 Delete test iterators 9 years ago
Venkatesh Radhakrishnan 9d50afc3b9 Prefix-based iterating only shows keys in prefix 9 years ago
Igor Canadi 14c6e1a04c Add write_stress to RocksDB Legocastle runs 9 years ago
Yueh-Hsuan Chiang db3f5e4948 Update HISTORY.md 9 years ago
Islam AbdelRahman 042fb053fd Fix clang 9 years ago
Islam AbdelRahman 2419f435a1 Merge pull request #816 from SherlockNoMad/GeoDBTestFix 9 years ago
SherlockNoMad 2e45409910 Fix appveyor build failure 9 years ago