Commit Graph

4369 Commits (9b8c9be0b53331be7cb62bb9933199f9e7598818)
 

Author SHA1 Message Date
Venkatesh Radhakrishnan 9b8c9be0b5 Fix forward_iterator allocation of vector. 9 years ago
sdong 5cbb7e43e0 DBTest.MergeTestTime: relax counter upper bound verification 9 years ago
Islam AbdelRahman 52e04b3d02 Merge pull request #833 from yuslepukhin/fix_win_build_after_lint 9 years ago
Dmitri Smirnov 314f62194a Remove headers from the cc since they are in the module's header. 9 years ago
Dmitri Smirnov 472c74006f Add necessary headers after cpplint rearranged includes 9 years ago
sdong 9bc9c93bd4 Move to version 4.3 9 years ago
Reid Horuff 3381e2c3e7 Handle multiple calls to DBImpl::PauseBackgroundWork() and DBImpl::ContinueBackgroundWork() 9 years ago
Siying Dong 65a042921f Merge pull request #831 from yuslepukhin/remove_forward_iter_bench_win 9 years ago
Islam AbdelRahman ca5566d209 Fix clang build 9 years ago
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
Dmitri Smirnov 8f01f25414 Remove forward_iter_bench from Win build. 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