-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support
PartitionTableScan
in TiFlash (#3876)
close #3873
- Loading branch information
1 parent
41f18b5
commit 2b14421
Showing
36 changed files
with
1,303 additions
and
549 deletions.
There are no files selected for viewing
Submodule kvproto
updated
15 files
+2 −2 | Cargo.toml | |
+2 −17 | README.md | |
+338 −64 | pkg/coprocessor/coprocessor.pb.go | |
+435 −435 | pkg/kvrpcpb/kvrpcpb.pb.go | |
+1,097 −60 | pkg/metapb/metapb.pb.go | |
+113 −53 | pkg/mpp/mpp.pb.go | |
+421 −376 | pkg/pdpb/pdpb.pb.go | |
+807 −360 | pkg/tracepb/tracepb.pb.go | |
+7 −0 | proto/coprocessor.proto | |
+3 −3 | proto/kvrpcpb.proto | |
+36 −0 | proto/metapb.proto | |
+2 −0 | proto/mpp.proto | |
+2 −0 | proto/pdpb.proto | |
+0 −52 | proto/trace.proto | |
+60 −0 | proto/tracepb.proto |
Submodule tipb
updated
3 files
+1 −0 | go-tipb/analyze.pb.go | |
+685 −161 | go-tipb/executor.pb.go | |
+11 −0 | proto/executor.proto |
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 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 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
Oops, something went wrong.