-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attach keyspace_id for tiflash cop/mpp requests
Signed-off-by: iosmanthus <[email protected]>
- Loading branch information
1 parent
25a5843
commit 264e1db
Showing
5 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
Submodule client-c
updated
4 files
+2 −0 | include/pingcap/coprocessor/Client.h | |
+40 −8 | src/coprocessor/Client.cc | |
+1 −0 | src/test/coprocessor_test.cc | |
+1 −1 | third_party/kvproto |
Submodule kvproto
updated
7 files
+5 −3 | pkg/kvrpcpb/kvrpcpb.pb.go | |
+1 −0 | pkg/tracepb/tracepb.pb.go | |
+1,669 −0 | pkg/tsopb/tsopb.pb.go | |
+2 −1 | proto/pdpb.proto | |
+68 −0 | proto/tsopb.proto | |
+22 −1 | scripts/check.sh | |
+17,283 −0 | scripts/proto.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This if statement always be true, this line seems useless.