Refactor vtcombo flags - Part 1#18291
Merged
deepthi merged 5 commits intovitessio:mainfrom May 28, 2025
Merged
Conversation
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18291 +/- ##
==========================================
- Coverage 67.48% 67.48% -0.01%
==========================================
Files 1603 1603
Lines 262337 262389 +52
==========================================
+ Hits 177034 177067 +33
- Misses 85303 85322 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5 tasks
c10adae to
e503a2f
Compare
deepthi
approved these changes
May 27, 2025
rohit-nayak-ps
approved these changes
May 27, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
e503a2f to
fd6f054
Compare
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
fd6f054 to
16cb8dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR is a part of an ongoing change to support the transition from underscores (
_) to dashes (-) in flag naming conventions. This PR refactors some flags specific tovtcombobinary.Flags Updated in This PR:
--enable-buffer-dry-run
--enable-consolidator
--enable-consolidator-replicas
--enable-hot-row-protection
--enable-hot-row-protection-dry-run
--enable-replication-reporter
--enable-set-var
--enable-transaction-limit
--enable-transaction-limit-dry-run
--enable-tx-throttler
--mysql-allow-clear-text-without-tls
--mysql-default-workload
--mysql-server-bind-address
--mysql-server-flush-delay
--mysql-server-query-timeout
--mysql-server-read-timeout
--mysql-server-require-secure-transport
--mysql-server-socket-path
--mysql-server-ssl-ca
--mysql-server-ssl-cert
--mysql-server-ssl-crl
--mysql-server-ssl-key
--mysql-server-ssl-server-ca
--mysql-server-tls-min-version
--mysql-server-write-timeout
--mysql-slow-connect-warn-threshold
--mysql-tcp-version
--vreplication-copy-phase-duration
--vreplication-copy-phase-max-innodb-history-list-length
--vreplication-copy-phase-max-mysql-replication-lag
--vreplication-experimental-flags
--vreplication-heartbeat-update-interval
--vreplication-max-time-to-retry-on-error
--vreplication-net-read-timeout
--vreplication-net-write-timeout
--vreplication-replica-lag-tolerance
--vreplication-retry-delay
--vreplication-store-compressed-gtid
Flag Count Before vs After:
_-# of migrated flags: 51
Related Issue(s)
#17880
Checklist