server: add internal_app_name_prefix to ListSessionsResponse#76307
server: add internal_app_name_prefix to ListSessionsResponse#76307craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
956c4ed to
c640017
Compare
|
pkg/server/serverpb/status.proto, line 823 at r1 (raw file):
Any reason this field value is 4 and not 3? |
c640017 to
6fee634
Compare
6fee634 to
707cf36
Compare
Good catch! Fixed it. |
maryliag
left a comment
There was a problem hiding this comment.
Reviewed 1 of 2 files at r2.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @gtr and @xinhaoz)
-- commits, line 8 at r2:
you're adding a new value on the api, so there is a release note, in this case a "api change" one
707cf36 to
8298732
Compare
|
pkg/server/status.go, line 2298 at r3 (raw file):
Make sure to add this to |
Previously, the InternalAppNamePrefix constant from catconstants was only included in the Statements Response. This change adds that same field to the ListSessionsResponse. Release note: none
8298732 to
21dd242
Compare
xinhaoz
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r3.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @gtr, @maryliag, and @xinhaoz)
|
bors r+ |
|
Build succeeded: |
Previously, the
InternalAppNamePrefixconstant fromcatconstantswasonly included in the Statements Response. This change adds that same
field to the
ListSessionsResponse.Release note (API change):
InternalAppNamePrefixadded toListSessionsResponse.