-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FLASH-828: Use schema version in cop request (#388)
* Check schema version in cop * Refine get and lock table * Fix format
- Loading branch information
1 parent
80ef503
commit 12faa8f
Showing
8 changed files
with
59 additions
and
38 deletions.
There are no files selected for viewing
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
Submodule kvproto
updated
10 files
+1 −0 | Cargo.toml | |
+1 −1 | generate_cpp.sh | |
+2,743 −0 | pkg/cdcpb/cdcpb.pb.go | |
+80 −43 | pkg/coprocessor/coprocessor.pb.go | |
+7,285 −5,606 | pkg/kvrpcpb/kvrpcpb.pb.go | |
+290 −126 | pkg/tikvpb/tikvpb.pb.go | |
+90 −0 | proto/cdcpb.proto | |
+2 −0 | proto/coprocessor.proto | |
+39 −0 | proto/kvrpcpb.proto | |
+4 −0 | proto/tikvpb.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