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

release-20.2: sql: fix display of idle_in_*session_timeout #61958

Merged
merged 1 commit into from
Mar 13, 2021

Commits on Mar 12, 2021

  1. sql: fix display of idle_in_*session_timeout

    Release note (bug fix): Previously the idle_in_session_timeout and
    idle_in_transaction_session_timeout settings would show the wrong value
    when using SHOW. They would instead show the value of the
    statement_timeout setting. This is now fixed. The functionality was
    already working correctly; this just fixes a display bug.
    rafiss committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f070944 View commit details
    Browse the repository at this point in the history