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

executor: support Chunk for ShowDDLJobsExec #5412

Merged
merged 5 commits into from
Dec 19, 2017

Conversation

zz-jason
Copy link
Member

to #5261

@zz-jason zz-jason changed the title executor: support Chunk for CheckTableExec executor: support Chunk for ShowDDLJobsExec Dec 15, 2017
@zz-jason zz-jason mentioned this pull request Dec 15, 2017
41 tasks
// NextChunk implements the Executor NextChunk interface.
func (e *ShowDDLJobsExec) NextChunk(goCtx goctx.Context, chk *chunk.Chunk) error {
chk.Reset()
if e.cursor > len(e.jobs) {
Copy link
Member

@coocood coocood Dec 15, 2017

Choose a reason for hiding this comment

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

>=

@coocood
Copy link
Member

coocood commented Dec 18, 2017

LGTM

1 similar comment
@shenli
Copy link
Member

shenli commented Dec 19, 2017

LGTM

@coocood coocood added the status/LGT2 Indicates that a PR has LGTM 2. label Dec 19, 2017
@shenli
Copy link
Member

shenli commented Dec 19, 2017

/run-all-tests

@shenli shenli merged commit 163c944 into pingcap:master Dec 19, 2017
@zz-jason zz-jason deleted the dev/chunk/showddljobs branch December 29, 2017 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants