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,sessionctx:Add correctness for system variable: sync_binlog,… #7716

Merged
merged 6 commits into from
Sep 17, 2018

Conversation

FateTHarlaown
Copy link
Contributor

@FateTHarlaown FateTHarlaown commented Sep 16, 2018

What problem does this PR solve?

for #7195
Add correctness for system variable: sync_binlog, innodb_commit_concurrency, innodb_fast_shutdown, innodb_lock_wait_timeout.

What is changed and how it works?

changed executor, sessionctx
use the framework added in #7117

Check List

Tests
Unit test

Code changes

Side effects

Related changes

@sre-bot
Copy link
Contributor

sre-bot commented Sep 16, 2018

Hi contributor, thanks for your PR.

This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically.

@CLAassistant
Copy link

CLAassistant commented Sep 16, 2018

CLA assistant check
All committers have signed the CLA.

… innodb_commit_concurrency, innodb_fast_shutdown, innodb_lock_wait_timeout.
@shenli shenli added the contribution This PR is from a community contributor. label Sep 16, 2018
@shenli
Copy link
Member

shenli commented Sep 16, 2018

@FateTHarlaown Thanks!

@shenli
Copy link
Member

shenli commented Sep 16, 2018

/run-all-tests

@@ -713,6 +713,12 @@ const (
DelayKeyWrite = "delay_key_write"
// EndMakersInJSON is the name for 'end_markers_in_json' system variable.
EndMakersInJSON = "end_markers_in_json"
//InnodbCommitConcurrency is the name for 'innodb_commit_concurrency' system variable.
Copy link
Contributor

Choose a reason for hiding this comment

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

It is better to add a space between // and comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

Copy link
Contributor

@alivxxx alivxxx left a comment

Choose a reason for hiding this comment

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

LGTM

@shenli
Copy link
Member

shenli commented Sep 17, 2018

/run-all-tests

@shenli shenli added status/LGT1 Indicates that a PR has LGTM 1. status/all tests passed labels Sep 17, 2018
Copy link
Member

@shenli shenli left a comment

Choose a reason for hiding this comment

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

LGTM

@shenli shenli added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Sep 17, 2018
@shenli shenli merged commit d47e303 into pingcap:master Sep 17, 2018
@FateTHarlaown FateTHarlaown deleted the myfeature branch September 18, 2018 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants