Commit Graph

4105 Commits (dac3f22b7745e0785ded1cdf234764b282b4e759)
 

Author SHA1 Message Date
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
sdong d0c31641d2 Internal stats WAL file synced to match meaning of the stats of the same name 9 years ago
Siying Dong 48b4497f75 Merge pull request #730 from yuslepukhin/fix_write_batch_win_const_expr 9 years ago
krad a6c22e3e41 Disabling parallel test CI job 9 years ago
Dmitri Smirnov 489a3e95d4 Re-work to support size_t max constant for 32/64-bit. 9 years ago
Yueh-Hsuan Chiang ff57c6511d [RocksJava] Fix test failure of InfoLogLevelTest 9 years ago
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
Dmitri Smirnov 5e8f0a66db Use port::constant for std::muneric_limtis<>::max() 9 years ago
Dmitri Smirnov 2754ec9994 Fix Windows constexpr issue and '#ifdef' column_family_test in Release. 9 years ago
krad dd2e1eeb35 Disabling log running jobs 9 years ago
Igor Canadi 199744f4c4 Merge pull request #728 from jsteemann/fix-missing-include-header 9 years ago
Igor Canadi 0e65693f17 Merge pull request #727 from jsteemann/micro-optimization 9 years ago
krad 4d6eb52d1a Fix to CI jobs. 9 years ago
krad 3bcc072d24 Added more CI jobs 9 years ago
jsteemann 669b892f97 add missing header required for std::function 9 years ago
jsteemann 624ef456dd fixed formatting. thanks @4tXJ7f for pointing me at `make format` 9 years ago
jsteemann bbb18c8278 removed unused variable of type Status, fixed indentation 9 years ago
jsteemann 4704833357 pass input string to WriteBatch() by const reference 9 years ago
jsteemann 5ec129971b key_ cannot become nullptr, so no check is needed for that 9 years ago
jsteemann 834b12a8d5 made Size() function const because it does not modify data 9 years ago
Andres Noetzli 1fc16cb2eb Fix clang-format on Travis 9 years ago
Igor Canadi e244bdf392 Merge pull request #725 from adamretter/fail-failed-java-test 9 years ago
Adam Retter 7d937a0901 Exit with non-zero status if one or more Java tests fail 9 years ago
Andres Noetzli 1b598213aa Check formatting in Travis 9 years ago
agiardullo c7fba80291 Fix non-deterministic failure in backupable_db_test 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Igor Canadi f35560d00d Merge pull request #723 from jsteemann/fix-typos 9 years ago
jsteemann f8b770a942 fixed typos 9 years ago
Venkatesh Radhakrishnan 51e1c11254 Do not flag error if file to be deleted does not exist 9 years ago
Mayank Pundir a5e312a7a4 Improving condition for bottommost level during compaction 9 years ago
sdong 9aca7cd6d8 DB::Open() to flush info log after printing DB pointer 9 years ago
Andres Noetzli cecd903ad9 Fix gflags build in Travis script 9 years ago