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

backupccl,delegate: change SHOW SCHEDULES columns for schedule options #111759

Merged
merged 1 commit into from Oct 4, 2023

Commits on Oct 4, 2023

  1. backupccl,delegate: change SHOW SCHEDULES columns for schedule options

    For 23.2 we added two columns to `SHOW SCHEDULES` that
    surfaces the values for the schedule options corresponding to
    `on_previous_running` and `on_execution_failure`. These column
    names were previously named `on_wait` and `on_error` since those
    were the internal proto names. It makes more sense to align
    these with the publically documented option names.
    
    Release note (sql change): `SHOW SCHEDULES` has two columns
    that surface the schedule options. These columns have been
    renamed to align with the documented option names namely
    `on_previous_running` and `on_execution_failure`.
    adityamaru committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a62f127 View commit details
    Browse the repository at this point in the history