Skip to content

Commit

Permalink
proto changes
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal committed Nov 24, 2024
1 parent 4422cf7 commit 4b0017a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go/vt/proto/query/query.pb.go

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

8 changes: 3 additions & 5 deletions go/vt/proto/query/query_vtproto.pb.go

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

2 changes: 1 addition & 1 deletion proto/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ message ExecuteResponse {
QueryResult result = 1;

// raw_packets contains raw MySQL packets if raw_mysql_packets was set in ExecuteOptions.
repeated bytes raw_packets = 20;
repeated bytes raw_packets = 2;
}

// ResultWithError represents a query response
Expand Down
4 changes: 2 additions & 2 deletions web/vtadmin/src/proto/vtadmin.js

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

0 comments on commit 4b0017a

Please sign in to comment.