Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
25235: c-deps: upgrade protobuf and RocksDB r=bdarnell,nvanbenschoten a=benesch

It's early in the release cycle. We'll need to upgrade RocksDB again later in the release cycle to pick up some of @nvanbenschoten's work, but better to do the big bump now and a small bump later.

Co-authored-by: Nikhil Benesch <[email protected]>
  • Loading branch information
craig[bot] and benesch committed May 2, 2018
2 parents 99b6df9 + c9ceee5 commit 4efee0e
Show file tree
Hide file tree
Showing 27 changed files with 3,638 additions and 8,547 deletions.
4 changes: 4 additions & 0 deletions c-deps/libroach/batch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ class BaseDeltaIterator : public rocksdb::Iterator {
Advance();
}

void SeekForPrev(const rocksdb::Slice& k) override {
status_ = rocksdb::Status::NotSupported("SeekForPrev() not supported");
}

void Prev() override { status_ = rocksdb::Status::NotSupported("Prev() not supported"); }

rocksdb::Slice key() const override {
Expand Down
3,055 changes: 763 additions & 2,292 deletions c-deps/libroach/protos/roachpb/data.pb.cc

Large diffs are not rendered by default.

1,041 changes: 634 additions & 407 deletions c-deps/libroach/protos/roachpb/data.pb.h

Large diffs are not rendered by default.

324 changes: 66 additions & 258 deletions c-deps/libroach/protos/roachpb/internal.pb.cc

Large diffs are not rendered by default.

51 changes: 28 additions & 23 deletions c-deps/libroach/protos/roachpb/internal.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4efee0e

Please sign in to comment.