Skip to content

Commit

Permalink
full_history_ts_low should be const (#309)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Lee <[email protected]>
  • Loading branch information
BusyJay authored Jul 25, 2022
1 parent 9c86bf5 commit ee97291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ struct CompactRangeOptions {
uint32_t max_subcompactions = 0;
// Set user-defined timestamp low bound, the data with older timestamp than
// low bound maybe GCed by compaction. Default: nullptr
Slice* full_history_ts_low = nullptr;
const Slice* full_history_ts_low = nullptr;

// Allows cancellation of an in-progress manual compaction.
//
Expand Down

0 comments on commit ee97291

Please sign in to comment.