Commit Graph

78 Commits (856ac244848a77bd93cb6bef70a69c8647920288)

Author SHA1 Message Date
Huachao Huang 74f7d7551e tools: use provided options instead of the default (#4839) 6 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Huachao Huang 5e72bc113a Add SstFileReader to read sst files (#4717) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Abhishek Madan eaaf1a6f05 Promote rocksdb.{deleted.keys,merge.operands} to main table properties (#4594) 6 years ago
Yanqin Jin da4aa59b4c Add read retry support to log reader (#4394) 6 years ago
Andrew Kryczka c94523ee56 Delete code for WAL reader to start at nonzero offset (#4362) 6 years ago
Siying Dong 9c0c8f5ff6 GetAllKeyVersions() to take an extra argument of `max_num_ikeys`. (#4271) 6 years ago
Yanqin Jin de7f423a82 Add SST ingestion to ldb (#4205) 6 years ago
Manuel Ung b9846370e9 WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078) 6 years ago
Yanqin Jin 524c6e6b72 Add file name info to SequentialFileReader. (#4026) 6 years ago
Zhichao Cao 23e1d23675 Fixed the fprintf of uint64_t by using PRIu64 (#3963) 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Maysam Yabandeh eb5a295440 WritePrepared Txn: add write_committed option to dump_wal 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Andrew Kryczka 1960e73e21 fix handling of empty string as checkpoint directory 7 years ago
Maysam Yabandeh 00b33c2474 WritePrepared Txn: address some pending TODOs 7 years ago
Yi Wu e1c569c324 Fix clang-analyzer false-positive on ldb_cmd.cc 7 years ago
Yi Wu 7f04af32a5 ldb to allow db with --try_load_options and without an options file 7 years ago
Maysam Yabandeh 18dcf7f98d WritePrepared Txn: PreReleaseCallback 7 years ago
Andrew Kryczka ed3af9ef99 improve ldb CLI option support 7 years ago
Prashant D c1ed005a21 tools: Fix coverity issues 7 years ago
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 7 years ago
Siying Dong 2a3363d52e ldb dump can print histogram of value size 7 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong 7c4a9e6c92 Initialize a variable in ldb to make code analysis tool happy 7 years ago
Sagar Vemuri 89ad9f3adb Allow ignoring unknown options when loading options from a file 7 years ago
Andrew Kryczka 3fa9a39c68 Add GetAllKeyVersions API 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong 97005dbd5d tools/check_format_compatible.sh to cover option file loading too 7 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 7 years ago
Aaron Gao 78cb195595 add checkpoint to ldb 7 years ago
Andrew Kryczka 2a5daa06f0 Add stderr log level for ldb backup commands 7 years ago
Andrew Kryczka 3b4ac8076b Clarify ldb column family argument 8 years ago
Andrew Kryczka 17c1180603 Generalize Env registration framework 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Andrew Kryczka fd43ee09da Range deletion microoptimizations 8 years ago
Andrew Kryczka 53b693f5fe ldb support for range delete 8 years ago
Andrew Kryczka 9e7cf3469b DeleteRange user iterator support 8 years ago
dhruba borthakur 5027dd17a7 Fix a minor bug in the ldb tool that was not selecting the specified (#1399) 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
Andrew Kryczka bbd6a5a184 ldb restore subcommand 8 years ago
Peter (Stig) Edwards b06ca5f860 ldb load, prefer ifsteam(/dev/stdin) to std::cin (#1207) 8 years ago
Wanning Jiang 880ee363eb ldb backup support 8 years ago