Skip to content

Commit

Permalink
Merge pull request #41301 from ajkr/backport19.1-41244
Browse files Browse the repository at this point in the history
release-19.1: libroach: initialize range tombstone counter
  • Loading branch information
ajkr committed Oct 3, 2019
2 parents 39112ef + 9666bc5 commit 948a00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-deps/libroach/table_props.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class DeleteRangeTblPropCollector : public rocksdb::TablePropertiesCollector {
}

private:
int ntombstones_;
int ntombstones_ = 0;
};

class DeleteRangeTblPropCollectorFactory : public rocksdb::TablePropertiesCollectorFactory {
Expand Down

0 comments on commit 948a00e

Please sign in to comment.