[rocksdb] Dummy

Differential Revision: [D107943009](https://our.internmc.facebook.com/intern/diff/D107943009/)

**NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D107943009/)!


ghstack-source-id: 391253247
Pull-Request: https://github.com/facebook/rocksdb/pull/14832
This commit is contained in:
Josh Kang
2026-06-08 16:03:43 -07:00
parent 26a501b5d1
commit 5b8ad110ff
+1 -1
View File
@@ -827,7 +827,7 @@ class DB {
// implementation
// doesn't support returning timestamps, and the timestamps paramater is
// non-null, it should return Status::NotSupported() for all the keys.
virtual void MultiGet(const ReadOptions& options, const size_t num_keys,
virtual void MultiGet(const ReadOptions& optionsz, const size_t num_keys,
ColumnFamilyHandle** column_families, const Slice* keys,
PinnableSlice* values, std::string* timestamps,
Status* statuses, const bool sorted_input = false) = 0;