Commit Graph

553 Commits (3450ac8c1bb6a4d1714c14578271a91ec3b2a320)

Author SHA1 Message Date
agiardullo 3bfd3d39a3 Use SST files for Transaction conflict detection 9 years ago
Sage Weil 2074ddd625 env: add EnvMirror 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
agiardullo e5c5f23814 Support marking snapshots for write-conflict checking - Take 2 9 years ago
sdong 1d63c3d610 Revert "Support marking snapshots for write-conflict checking" 9 years ago
agiardullo ec704aafdc Support marking snapshots for write-conflict checking 9 years ago
Jay Edgar b28b7c6dd9 Added callback notification when a snapshot is created 9 years ago
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Vasili Svirski 41b32c6059 Enable C4267 warning 9 years ago
sdong 6170fec251 Fix build broken by previous commit of "option helper refactor" 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Yueh-Hsuan Chiang d781da8164 Add CheckOptionsCompatibility() API to options_util 9 years ago
Yueh-Hsuan Chiang 5ac16300b0 Fixed valgrind error in options_util_test 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Satnam Singh c8e01ef982 Delete test iterators 9 years ago
SherlockNoMad 2e45409910 Fix appveyor build failure 9 years ago
Yueh-Hsuan Chiang dba5e00741 Fixed the compile error in RocksDBLite in memory_test.cc 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Satnam Singh c9aef3c41c Add RocksDb/GeoDb Iterator interface 9 years ago
Islam AbdelRahman 2872e0c8c2 Clean and expose CreateLoggerFromOptions 9 years ago
Dmitri Smirnov 3c750b59ae No need to #ifdef test only code on windows 9 years ago
Jay Edgar 8f143e03fb Add ClearSnapshot() 9 years ago
Maxime Caron 92060b2153 Fix build error using Visual Studio 12 9 years ago
agiardullo def74f8763 Deferred snapshot creation in transactions 9 years ago
agiardullo c5f3707d42 DisableIndexing() for Transactions 9 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 9 years ago
agiardullo 03b08ba9a9 Return MergeInProgress when fetching from transactions or WBWI with overwrite_key 9 years ago
agiardullo 5a51fa907b Fix accidental object copy in transactions 9 years ago
agiardullo afe0dc539b SingleDelete support for Transactions 9 years ago
agiardullo 25fd743d75 Fix SingleDelete support in WriteBatchWithIndex 9 years ago
Dmitri Smirnov 489a3e95d4 Re-work to support size_t max constant for 32/64-bit. 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
agiardullo c7fba80291 Fix non-deterministic failure in backupable_db_test 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Dmytro Okhonko 31a27a3606 Callback for informing backup downloading added 9 years ago
Dmitry Marakasov f171faa240 Fix printf format for size_t 9 years ago
Islam AbdelRahman 7cb314b9e6 Skip some tests in ROCKSD_LITE 9 years ago
agiardullo a3fc49bfdd Transactions: Release Locks when rolling back to a savepoint 9 years ago
agiardullo aa6eed0c1e Transaction stats 9 years ago
agiardullo 5e94f68f35 TransactionDB Custom Locking API 9 years ago
Andres Noetzli 6bdc484fd8 Added Equal method to Comparator interface 9 years ago
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 10 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 10 years ago
agiardullo 0f1aab6c12 Add SetLockTimeout for Transactions 10 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 10 years ago
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 10 years ago