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 a FOR SCHEDULES clause to SHOW JOBS #52274

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

miretskiy
Copy link
Contributor

Informs #51850
Informs #51989

Add a FOR SCHEDULES clause to SHOW JOBS command
to display jobs started by the specified schedules.

Release Notes (enterprise change): Add ability to display
jobs started by specified schedule.

@miretskiy miretskiy requested review from dt and rohany August 3, 2020 19:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -4225,6 +4225,10 @@ show_jobs_stmt:
{
$$.val = &tree.ShowJobs{Jobs: $5.slct(), Block: true}
}
| SHOW JOBS for_schedules_clause
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update the help message above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

Add a `FOR SCHEDULES` clause to `SHOW JOBS` command
to display jobs started by the specified schedules.

Release Notes (enterprise change): Add ability to display
jobs started by specified schedule.
@miretskiy
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Aug 4, 2020

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Aug 4, 2020

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Aug 4, 2020

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Aug 4, 2020

Build succeeded:

@craig craig bot merged commit 24e88fe into cockroachdb:master Aug 4, 2020
@miretskiy miretskiy deleted the show_schedules branch April 22, 2021 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants