facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
28.73k stars 6.34k forks source link

Fix `KeyMayExist()` to allow value parameter to be null #13156

Open cbi42 opened 3 days ago

cbi42 commented 3 days ago

Summary: fixes issue #13048. value can be null according to the function comment.

Test plan: update a unit test to cover null value case.

facebook-github-bot commented 3 days ago

@cbi42 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.