Skip to content

Commit

Permalink
proto: lexical ordering of ExecuteMultiFetchAsDBA (#15558)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Mar 24, 2024
1 parent 3eb6743 commit 4f24560
Show file tree
Hide file tree
Showing 10 changed files with 974 additions and 974 deletions.
266 changes: 133 additions & 133 deletions go/vt/proto/vtctldata/vtctldata.pb.go

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions go/vt/proto/vtctldata/vtctldata_vtproto.pb.go

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions go/vt/proto/vtctlservice/vtctlservice.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions go/vt/proto/vtctlservice/vtctlservice_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions go/vt/vtctl/grpcvtctldclient/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions go/vt/vtctl/localvtctldclient/client_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions proto/vtctldata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,15 @@ message ExecuteFetchAsDBAResponse {
query.QueryResult result = 1;
}

message ExecuteHookRequest {
topodata.TabletAlias tablet_alias = 1;
tabletmanagerdata.ExecuteHookRequest tablet_hook_request = 2;
}

message ExecuteHookResponse {
tabletmanagerdata.ExecuteHookResponse hook_result = 1;
}

message ExecuteMultiFetchAsDBARequest {
topodata.TabletAlias tablet_alias = 1;
// SQL could have potentially multiple queries separated by semicolons.
Expand All @@ -706,15 +715,6 @@ message ExecuteMultiFetchAsDBAResponse {
repeated query.QueryResult results = 1;
}

message ExecuteHookRequest {
topodata.TabletAlias tablet_alias = 1;
tabletmanagerdata.ExecuteHookRequest tablet_hook_request = 2;
}

message ExecuteHookResponse {
tabletmanagerdata.ExecuteHookResponse hook_result = 1;
}

message FindAllShardsInKeyspaceRequest {
string keyspace = 1;
}
Expand Down
Loading

0 comments on commit 4f24560

Please sign in to comment.