-
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.
Update components for txn file in serverless (#9224)
close #9225 Co-authored-by: JaySon <[email protected]>
- Loading branch information
1 parent
81034bf
commit d3bd50c
Showing
6 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
Submodule client-c
updated
3 files
+3 −1 | include/pingcap/kv/LockResolver.h | |
+5 −2 | src/kv/LockResolver.cc | |
+1 −1 | third_party/kvproto |
Submodule kvproto
updated
24 files
+2 −0 | .github/workflows/cpp-test.yaml | |
+2 −0 | .github/workflows/rust-test.yaml | |
+1 −1 | Dockerfile | |
+3 −0 | OWNERS | |
+28 −0 | OWNERS_ALIASES | |
+18 −1 | build.rs | |
+2,708 −1,022 | pkg/brpb/brpb.pb.go | |
+208 −109 | pkg/cdcpb/cdcpb.pb.go | |
+4,030 −1,276 | pkg/kvrpcpb/kvrpcpb.pb.go | |
+753 −76 | pkg/meta_storagepb/meta_storagepb.pb.go | |
+1,763 −803 | pkg/pdpb/pdpb.pb.go | |
+262 −116 | pkg/resource_manager/resource_manager.pb.go | |
+852 −174 | pkg/tikvpb/tikvpb.pb.go | |
+76 −0 | proto/OWNERS | |
+83 −0 | proto/brpb.proto | |
+5 −0 | proto/cdcpb.proto | |
+99 −0 | proto/kvrpcpb.proto | |
+61 −33 | proto/meta_storagepb.proto | |
+28 −1 | proto/pdpb.proto | |
+6 −0 | proto/raft_serverpb.proto | |
+7 −1 | proto/resource_manager.proto | |
+15 −0 | proto/tikvpb.proto | |
+4 −3 | scripts/check.sh | |
+822 −115 | scripts/proto.lock |
Submodule tiflash-proxy
updated
7 files
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