Skip to content

Commit

Permalink
new field allow_qbuf_reuse in TsQueryReq (#208)
Browse files Browse the repository at this point in the history
Yolomerging because ENOBORS.
  • Loading branch information
hmmr authored Nov 11, 2016
1 parent f5af9ff commit 93a7f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/riak_ts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ message TsQueryReq {
optional TsInterpolation query = 1;
optional bool stream = 2 [default = false];
optional bytes cover_context = 3; // chopped up coverage plan per-req
optional bool allow_qbuf_reuse = 4 [default = false];
}

message TsQueryResp {
Expand Down

0 comments on commit 93a7f7b

Please sign in to comment.