-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
binlog: update binlog enable config && add tidb_log_bin system variable #9625
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9625 +/- ##
==============================================
- Coverage 67.436% 67.4221% -0.014%
==============================================
Files 376 376
Lines 79195 79201 +6
==============================================
- Hits 53406 53399 -7
- Misses 21022 21030 +8
- Partials 4767 4772 +5 |
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-integration-ddl-test |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…m variable (pingcap#9625)" This reverts commit 0dada1e.
What problem does this PR solve?
will enable binlog by system variable
tidb_log_bin
when binlog.enable = "auto"What is changed and how it works?
tidb_log_bin
Check List
Tests
Code changes
Related changes
tidb-ansible
repository