sysvar: fix inconsistency in setting password validation sysvars#39584
sysvar: fix inconsistency in setting password validation sysvars#39584ti-chi-bot merged 3 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/run-mysql-test tidb-test=pr/2031 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: e55a478 |
|
/run-mysql-test tidb-test=pr/2031 |
TiDB MergeCI notify🔴 Bad News! New failing [1] after this pr merged.
|
|
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: ref #38928
Also merge the PR in tidb-test
Problem Summary:
Since sysvars for password validation satisfy
length >= number_count + special_char_count + 2 * mixed_case_count, altering the latter 3 sysvars may also alterlengthWhat is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.