-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FLASH-788 upgrade kvproto and tipb in TiFlash (#368)
* TiDB requires row__id when use -1 as column id in table scan executor * check region read status in executeTS * address comments * address comments * FLASH-788 upgrade kvproto and tipb in TiFlash * update dag tests * revert unnecessary change * use tso fallback if current tso is not set Co-authored-by: Liangliang Gu <marsishandsome@gmail.com>
- Loading branch information
1 parent
31d470f
commit 33c10a5
Showing
16 changed files
with
79 additions
and
48 deletions.
There are no files selected for viewing
Submodule kvproto
updated
22 files
+2 −2 | .circleci/config.yml | |
+2 −2 | Cargo.toml | |
+2 −2 | README.md | |
+2 −5 | generate_cpp.sh | |
+2 −5 | generate_go.sh | |
+2 −0 | go.mod | |
+3,421 −1,115 | pkg/backup/backup.pb.go | |
+4,490 −0 | pkg/configpb/configpb.pb.go | |
+237 −41 | pkg/coprocessor/coprocessor.pb.go | |
+2,003 −0 | pkg/diagnosticspb/diagnosticspb.pb.go | |
+469 −143 | pkg/import_sstpb/import_sstpb.pb.go | |
+1,482 −567 | pkg/kvrpcpb/kvrpcpb.pb.go | |
+141 −44 | pkg/metapb/metapb.pb.go | |
+227 −190 | pkg/raft_cmdpb/raft_cmdpb.pb.go | |
+74 −4 | proto/backup.proto | |
+121 −0 | proto/configpb.proto | |
+9 −0 | proto/coprocessor.proto | |
+87 −0 | proto/diagnosticspb.proto | |
+19 −8 | proto/import_sstpb.proto | |
+41 −4 | proto/kvrpcpb.proto | |
+3 −0 | proto/metapb.proto | |
+3 −0 | proto/raft_cmdpb.proto |
Submodule tipb
updated
14 files
+68 −35 | go-binlog/binlog.pb.go | |
+79 −68 | go-tipb/analyze.pb.go | |
+43 −36 | go-tipb/checksum.pb.go | |
+284 −52 | go-tipb/executor.pb.go | |
+793 −461 | go-tipb/expression.pb.go | |
+298 −0 | go-tipb/metadata.pb.go | |
+341 −71 | go-tipb/select.pb.go | |
+2 −1 | proto/analyze.proto | |
+3 −0 | proto/binlog/binlog.proto | |
+2 −1 | proto/checksum.proto | |
+4 −0 | proto/executor.proto | |
+75 −40 | proto/expression.proto | |
+16 −0 | proto/metadata.proto | |
+22 −2 | proto/select.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
Oops, something went wrong.