Skip to content

Commit

Permalink
*: add resource group tag definition (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 authored May 25, 2021
1 parent dc47a87 commit b80be13
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go-tipb/analyze.pb.go

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

354 changes: 354 additions & 0 deletions go-tipb/resourcetag.pb.go

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

17 changes: 17 additions & 0 deletions proto/resourcetag.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
syntax = "proto2";

package tipb;

option java_multiple_files = true;
option java_package = "com.pingcap.tidb.tipb";

import "gogoproto/gogo.proto";

option (gogoproto.marshaler_all) = true;
option (gogoproto.sizer_all) = true;
option (gogoproto.unmarshaler_all) = true;

message ResourceGroupTag {
optional bytes sql_digest = 1;
optional bytes plan_digest = 2;
}

0 comments on commit b80be13

Please sign in to comment.