Commit Graph

4616 Commits (f1ed1701058a0832076574f6a514df227897213d)
 

Author SHA1 Message Date
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
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. 10 years ago
krad 3bcc072d24 Added more CI jobs 10 years ago
jsteemann 669b892f97 add missing header required for std::function 10 years ago
jsteemann 624ef456dd fixed formatting. thanks @4tXJ7f for pointing me at `make format` 10 years ago
jsteemann bbb18c8278 removed unused variable of type Status, fixed indentation 10 years ago
jsteemann 4704833357 pass input string to WriteBatch() by const reference 10 years ago
jsteemann 5ec129971b key_ cannot become nullptr, so no check is needed for that 10 years ago
jsteemann 834b12a8d5 made Size() function const because it does not modify data 10 years ago
Andres Noetzli 1fc16cb2eb Fix clang-format on Travis 10 years ago