Commit Graph

54 Commits (97ec8a134968c342cdf7244352220bb292fd950c)

Author SHA1 Message Date
Yi Wu df6f5a3772 Move memtable related files into memtable directory 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Giuseppe Ottaviano 4d7c06cedf Make WriteBatchWithIndex moveble 8 years ago
Islam AbdelRahman aa09d03381 Avoid calling GetDBOptions() inside GetFromBatchAndDB() 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
Andrew Kryczka 3771e37970 WriteBatch support for range deletion 8 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
Islam AbdelRahman 7c919deccc Reuse TimedFullMerge instead of FullMerge + instrumentation 8 years ago
Reid Horuff 0460e9dcce Modification of WriteBatch to support two phase commit 8 years ago
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 8 years ago
Reid Horuff 6e56a114be Modification of WriteBatch to support two phase commit 9 years ago
Islam AbdelRahman d02eb8d00b Fix unused variable warning 9 years ago
Islam AbdelRahman f38540b12a WriteBatchWithIndex micro optimization 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
agiardullo 03b08ba9a9 Return MergeInProgress when fetching from transactions or WBWI with overwrite_key 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
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Andres Noetzli 6bdc484fd8 Added Equal method to Comparator interface 9 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 9 years ago
Andres Notzli f32a572099 Simplify querying of merge results 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago
agiardullo 8161bdb5a0 WriteBatch Save Points 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Yueh-Hsuan Chiang eade498bda Block utilities/write_batch_with_index in ROCKSDB_LITE 9 years ago
Igor Canadi 821cff114e Re-generate WriteEntry on WBWIIterator::Entry() 9 years ago
Igor Canadi 75222d130e Revert "Fix compile" 9 years ago
Igor Canadi 51440f83ec Fix compile 9 years ago
Igor Canadi 4949ef08db Re-generate WriteEntry on WBWIIterator::Entry() 9 years ago
sdong e409d3d745 Make "make all" work for CYGWIN 9 years ago
Igor Canadi 62c3a95796 Add test for iteration+mutation of WBWI 9 years ago
sdong 21f2492ac0 Fix CYGWin release build 9 years ago
agiardullo 711465ccec API to fetch from both a WriteBatchWithIndex and the db 9 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 10 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Igor Canadi 8d3819369f NewIteratorWithBase() for default column family 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
sdong 5cc9adf5ba WriteBatchWithIndex's Iterator bug of SeekToFirst() and SeekToLast() 10 years ago
Igor Canadi 833357402c WriteBatchWithIndex supports an iterator that merge its change with a base iterator. 10 years ago
sdong 4f65fbd197 WriteBatchWithIndex's iterator to support SeekToFirst(), SeekToLast() and Prev() 10 years ago
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key 10 years ago
Igor Canadi 63eade401a Fix error introduced by merge 10 years ago
fyrz 1c7c764761 Replaced obsolete comparator with builtin variant. 10 years ago