Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: add goroutine_id to show sessions #118644

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. sql: add goroutine_id to show sessions

    Add the column goroutine_id to the result of `SHOW SESSIONS`.
    Also adding the column to the views:
    `crdb_internal.node_sessions` and `crdb_internal.cluster_sessions`.
    
    Fixes cockroachdb#117625
    
    Release note (sql change): Add column `goroutine_id` to the
    response of the `SHOW SESSIONS` command.
    maryliag committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ec72121 View commit details
    Browse the repository at this point in the history