tidb icon indicating copy to clipboard operation
tidb copied to clipboard

br: Fix the query of variable tidb_cluster

Open chenmin1992 opened this issue 2 years ago • 3 comments

What problem does this PR solve?

Issue Number: close #39953

Problem Summary:

What is changed and how it works?

Check List

Tests

  • [ ] Unit test
  • [ ] Integration test
  • [x] Manual test (add detailed scripts or steps below)
  • [x] No code

Side effects

  • [ ] Performance regression: Consumes more CPU
  • [ ] Performance regression: Consumes more Memory
  • [ ] Breaking backward compatibility

Documentation

  • [ ] Affects user behaviors
  • [ ] Contains syntax changes
  • [ ] Contains variable changes
  • [ ] Contains experimental features
  • [ ] Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

Fix the query of variable tidb_cluster

chenmin1992 avatar Dec 15 '22 02:12 chenmin1992

[REVIEW NOTIFICATION]

This pull request has not been approved.

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment. After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review. Reviewer can cancel approval by submitting a request changes review.

ti-chi-bot avatar Dec 15 '22 02:12 ti-chi-bot

CLA assistant check
All committers have signed the CLA.

sre-bot avatar Dec 15 '22 02:12 sre-bot

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 73.3143%. Comparing base (2ea253e) to head (68c52d8). :warning: Report is 7861 commits behind head on master.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #39954        +/-   ##
================================================
- Coverage   73.3395%   73.3143%   -0.0253%     
================================================
  Files          1076       1080         +4     
  Lines        341769     344803      +3034     
================================================
+ Hits         250652     252790      +2138     
- Misses        74955      75618       +663     
- Partials      16162      16395       +233     
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Jan 31 '24 06:01 codecov[bot]