Correct status in options.h from WouldBlock to Incomplete

Summary: WouldBlock was an internediate statue but was changed to Incomplete

Test Plan: visual

Reviewers: dhruba

Differential Revision: https://reviews.facebook.net/D12651
main
Mayank Agarwal 11 years ago
parent 46dcf51ca5
commit 7afdf5e9f8
  1. 2
      include/rocksdb/options.h

@ -589,7 +589,7 @@ struct ReadOptions {
// Specify if this read request should process data that ALREADY
// resides on a particular cache. If the required data is not
// found at the specified cache, then Status::WouldBlock is returned.
// found at the specified cache, then Status::Incomplete is returned.
// Default: kReadAllTier
ReadTier read_tier;

Loading…
Cancel
Save