Skip to content

Commit

Permalink
copr: add paging_size coprocessor Request (#835)
Browse files Browse the repository at this point in the history
* add paging copr

Signed-off-by: you06 <you1474600@gmail.com>

* re-generate

Signed-off-by: you06 <you1474600@gmail.com>

* re-generate

Signed-off-by: you06 <you1474600@gmail.com>

* reset unrelated files

Signed-off-by: you06 <you1474600@gmail.com>
  • Loading branch information
you06 authored Nov 15, 2021
1 parent a8b4d34 commit a22c6b5
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 58 deletions.
153 changes: 95 additions & 58 deletions pkg/coprocessor/coprocessor.pb.go

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

2 changes: 2 additions & 0 deletions proto/coprocessor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ message Request {
// Any schema-ful storage to validate schema correctness if necessary.
int64 schema_ver = 8;
bool is_trace_enabled = 9;
// paging_size is 0 when it's disabled, otherwise, it should be a positive number.
uint64 paging_size = 10;
}

message Response {
Expand Down

0 comments on commit a22c6b5

Please sign in to comment.