-
Notifications
You must be signed in to change notification settings - Fork 6.2k
*: parser support for MySQL dual passwords (RETAIN CURRENT PASSWORD / DISCARD OLD PASSWORD) #68028
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
Open
takaidohigasi
wants to merge
18
commits into
pingcap:master
Choose a base branch
from
takaidohigasi:feature/dual-password
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1c659b0
*: support MySQL dual passwords (RETAIN CURRENT PASSWORD / DISCARD OL…
takaidohigasi 99aa1d2
*: correct MySQL error codes and messages for dual-password clauses
takaidohigasi a591869
*: address CodeRabbit review — plugin-empty, host-filter, helper, com…
takaidohigasi cca3079
privilege: degrade gracefully when the retained secondary hash is cor…
takaidohigasi a7f123c
parser: bump TestKeywordsLength count for OLD + RETAIN
takaidohigasi c6b8618
executor: defer APPLICATION_PASSWORD_ADMIN lookup until RETAIN/DISCAR…
takaidohigasi 3376e60
*: regenerate errors.toml for new dual-password error codes
takaidohigasi 479f24b
tests: record APPLICATION_PASSWORD_ADMIN in SHOW PRIVILEGES output
takaidohigasi 191345d
privilege: keep Error log lines byte-identical with master
takaidohigasi 2ad2933
tests: pin RETAIN/DISCARD + COMMENT atomic update
takaidohigasi b5f5a17
executor: align dual-password privilege checks with MySQL
takaidohigasi 85d5dbd
executor: apply dual-password clauses per user
takaidohigasi 4963ab8
*: surface dual-password clauses in SecureText / SecurityString and f…
takaidohigasi d2e40e4
*: split — revert non-parser changes; behavior moves to follow-up PR
takaidohigasi 8776699
Merge remote-tracking branch 'origin/master' into feature/dual-password
takaidohigasi adb27a7
*: address @D3Hunter review (parser PR)
takaidohigasi 05a3ff1
parser: parse ALTER USER USER() dual-password (Codex P2 fix)
takaidohigasi bf6e1a0
executor: use plannererrors.ErrNotSupportedYet for dual-password stubs
takaidohigasi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.