This commit is contained in:
Zhipeng Jia 2015-12-15 23:47:47 +08:00
parent 636cd3c714
commit 99ae549d37

View File

@ -189,7 +189,7 @@ class MemTable {
const Slice& key,
const Slice& value);
// If prev_value for key exits, attempts to update it inplace.
// If prev_value for key exists, attempts to update it inplace.
// else returns false
// Pseudocode
// if key exists in current memtable && prev_value is of type kTypeValue