summaryrefslogtreecommitdiff
path: root/db/merge_operator.cc
AgeCommit message (Expand)Author
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2016-07-20Introduce FullMergeV2 (eliminate memcpy from merge operators)Islam AbdelRahman
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-06-26Call merge operators with empty valuesIgor Canadi
2014-03-26Some small cleaning up to make some compiling environment happysdong
2014-03-25Add assert to MergeOperator::PartialMergeMulti to check # of operands.Yueh-Hsuan Chiang
2014-03-25Fix the failure of stringappend_test caused by PartialMergeMulti.Yueh-Hsuan Chiang
2014-03-24Enhance partial merge to support multiple argumentsYueh-Hsuan Chiang
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-08-19Merge operator fixes part 1.Deon Nicholas
2013-08-05[RocksDB] [MergeOperator] The new Merge Interface! Uses merge sequences.Deon Nicholas