Commit Graph

955 Commits (72918efffe574fcdb40300eaf4b799c4609ee825)
 

Author SHA1 Message Date
Igor Canadi 793fdd6731 We should compile with -fPIC on non-fbcode environments also 11 years ago
Igor Canadi e37221f56b Memtable regression test 11 years ago
Igor Canadi 11c26bd4a4 [RocksDB] Interface changes required for BackupableDB 11 years ago
Dhruba Borthakur 299f5c76bb Create new log file outside the dbmutex. 11 years ago
Haobo Xu 5b825d6964 [RocksDB] Use raw pointer instead of shared pointer when passing Statistics object internally 11 years ago
kailiu 0c93df912e Improve the readability of the TableProperties::ToString() 11 years ago
Siying Dong 3e35aa6412 Revert "Allow users to profile a query and see bottleneck of the query" 11 years ago
Siying Dong 3d8ac31d71 Allow users to profile a query and see bottleneck of the query 11 years ago
kailiu 56589ab81f Add TableOptions for BlockBasedTableFactory 11 years ago
Kai Liu db2e2615f8 Fix the format in INSTALL.md 11 years ago
Kai Liu f5acb2eebb Add more guide for mac users. 11 years ago
Kai Liu 618250b5c5 Update the installation guide for mac users. 11 years ago
kailiu 1c8b819be2 Fix a memory leak happened in table_test 11 years ago
Haobo Xu a617227a36 [RocksDB] fix prefix_test 11 years ago
kailiu 0142d38b69 fix issue #11 11 years ago
kailiu 6eb5649800 Move flush_block_policy from Options to TableFactory 11 years ago
Igor Canadi 469a9f32a7 Fix two nasty use-after-free-bugs 11 years ago
Igor Canadi 8906ab59f7 Split asan_check into asan_check and asan_crash_test 11 years ago
Igor Canadi 92d905026b make asan_check 11 years ago
kailiu 1415f8820d Improve the "table stats" 11 years ago
Igor Canadi f045871f1c Remove libevent 11 years ago
Igor Canadi ec0acfbca1 Fix stack overflow 11 years ago
Igor Canadi 07e8078b17 Fix BZip constants 11 years ago
Igor Canadi e51f55d7ae Use gcc4.7.1 on CentOS 5.2 11 years ago
Igor Canadi 7f156be9d4 [fbcode] Also add glibc and libgcc includes 11 years ago
Igor Canadi 0d25449d57 Compilation.md 11 years ago
Igor Canadi f611aba559 Move the compiler back to 4.8.1 + more small fixes 11 years ago
kailiu 6c6d5bc3b0 Add a compilation guide to rocksdb 11 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 11 years ago
Igor Canadi 37eedfb8c1 Move back to gcc4.7.1 11 years ago
Igor Canadi ce26e9a522 Remove snappy from RocksDB distribution 11 years ago
Igor Canadi fc61428288 Include <unistd.h> in db_test 11 years ago
Igor Canadi de9ce7d439 Upgrading compiler to gcc4.8.1 11 years ago
Kai Liu 75df72f2a5 Change the logic in KeyMayExist() 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
Kai Liu 7604e2f70c Make the options in table_builder/block_builder less misleading 11 years ago
Kai Liu f7a2b972a8 Reformat CONTRIBUTING.md with less than 80 characters. 11 years ago
Igor Canadi 72756c7404 Merge pull request #5 from pborreli/typos 11 years ago
Igor Canadi f46827212e Added CONTRIBUTING.md 11 years ago
Pascal Borreli 443e04e62d Fixed typos 11 years ago
Siying Dong 55baa3d955 Add an option to table_reader_bench to access the table from DB And Iterating non-existing prefix case. 11 years ago
Kai Liu 3d56b0698c Fix typo. 11 years ago
Igor Canadi 21905dd4a8 Start DeleteFileTest with clean plate 11 years ago
Kai Liu bd828264f3 Fix a typo in README 11 years ago
Igor Canadi 29c931f70b Avoid populating live set if we don't need to 11 years ago
Igor Canadi a0ce3fd00a PurgeObsoleteFiles() unittest 11 years ago
Vamsi Ponnekanti 94dde686bb [Merge operand meant for key K is being applied on wrong key] 11 years ago
Igor Canadi e0ad0f26b8 Fix bloom filters 11 years ago
Igor Canadi fda8142f29 Delete log files in the correct dir 11 years ago
Kai Liu 80bb81c6fe Add the correct table_factory for tables in table_tests 11 years ago