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.
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
*: Implementing RENAME USER #24413
*: Implementing RENAME USER #24413
Changes from 2 commits
ccc82aa
b8cbec7
d320156
4bf8565
6f161ba
22017fd
06be996
807bc86
7e24101
14babbd
4c74304
cd74931
f211e15
a8a2161
690bea9
5a4ccab
0f99e3d
f304980
807d6b2
d4f3a92
1e9b1a5
9f152d1
771e3e0
b172de5
6f52291
0d01430
6e7056d
03c31b1
4f3beed
b1f5e51
8fcd837
5d671e7
2367828
8ec68c2
b3a36ac
f4fe928
e7315f7
66115cf
3f4c242
407310a
fabdd2c
ad610c8
2b76156
739a1f4
fafa335
7645dee
ab324bd
8f6d99a
1a23a18
d9f7e09
3ea44b3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
There are 9 system tables to modify. Maybe you can put the params in an array and iterate the array to simplify the code?
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.
I agree, and that is why I also added a comment about it.
Do you want me to add the refactoring of DROP USER and the new code in this PR or in a separate PR?
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.
I prefer a separate PR.