-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: support password reuse policy #39162
Merged
+10,334
−9,493
Merged
Changes from 1 commit
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
7d7c24f
Support Password Reuse Policy
keeplearning20221 5cb28df
modified: errno/errcode.go
keeplearning20221 724c6d8
drop user support
bob34007 fc719ca
modified: executor/simple.go
keeplearning20221 4ce6866
modified: infoschema_cluster_table_test.go
keeplearning20221 20ebf62
Support Password Reuse Policy
keeplearning20221 34140ab
modified: errno/errcode.go
keeplearning20221 5a7dd17
drop user support
bob34007 d169f11
modified: executor/simple.go
keeplearning20221 af730b5
modified: infoschema_cluster_table_test.go
keeplearning20221 a988ee6
modified: executor/simple.go
keeplearning20221 da04920
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 69d01a4
modified: executor/infoschema_cluster_table_test.go
keeplearning20221 bf1d0cd
modified: executor/simple_test.go
keeplearning20221 d3961d6
modified: errors.toml
keeplearning20221 f15de2f
Merge branch 'master' into enhance_passwd
keeplearning20221 bcc4937
modified: simple.go
keeplearning20221 ba1a3b7
modified: ../sessionctx/variable/sysvar.go
keeplearning20221 d50099a
modified: simple.go
keeplearning20221 49b3946
modified: simple.go
keeplearning20221 3db40d5
modified: simple.go
keeplearning20221 a2b1525
add alter multi user fail test
bob34007 1387ad0
modified: simple_test.go
bob34007 00f6566
password reuse resolve conflicts
keeplearning20221 f8a5825
modified: session/bootstrap.go
keeplearning20221 86da639
modified: server/http_handler_serial_test.go
keeplearning20221 d0b70af
modified: executor/simple.go
keeplearning20221 6611473
modified: simple.go
keeplearning20221 e482177
modified: executor/simple.go
keeplearning20221 3093520
modified: executor/simple.go
keeplearning20221 7631916
modified: simple.go
keeplearning20221 5868d96
Merge https://github.com/pingcap/tidb into enhance_passwd
keeplearning20221 81bf030
Merge branch 'master' into enhance_passwd
keeplearning20221 8223492
modified: simple.go
keeplearning20221 2b29b75
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 180c405
modified: show.go
keeplearning20221 99cab07
Merge branch 'master' into enhance_passwd
keeplearning20221 fdbd8c9
modified: grant_test.go
keeplearning20221 a502b3b
password reuse resolve conflicts
keeplearning20221 1a1ee7b
modified: ../sessionctx/variable/tidb_vars.go
keeplearning20221 fc64ce4
Update executor/simple.go
keeplearning20221 d1a7668
Update executor/simple.go
keeplearning20221 c0a1bde
Apply suggestions from code review
keeplearning20221 e3c4b3e
modified: simple.go
keeplearning20221 5248a31
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 409f85d
modified: simple.go
keeplearning20221 5253b65
Merge branch 'master' into enhance_passwd
keeplearning20221 43249a8
Merge branch 'master' into enhance_passwd
keeplearning20221 1210a05
Apply suggestions from code review
keeplearning20221 ed64326
Update session/bootstrap.go
keeplearning20221 af5679c
modified: executor/simple.go
keeplearning20221 969d4b1
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 d1facde
Merge branch 'master' into enhance_passwd
keeplearning20221 6a469c2
password reuse resolve conflicts
keeplearning20221 ff9830c
session isolation level changed to read committed
keeplearning20221 2a10631
modified: simple.go
keeplearning20221 c7d6ece
Merge branch 'master' into enhance_passwd
keeplearning20221 2cf8050
Merge branch 'master' into enhance_passwd
keeplearning20221 f70601f
modified: simple.go
keeplearning20221 831e04d
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 98d58b3
modified: executor/simple.go
keeplearning20221 cca0b6e
modified: executor/simple.go
keeplearning20221 403e8b5
modified: simple.go
keeplearning20221 1152787
Merge branch 'master' into enhance_passwd
keeplearning20221 5010061
Merge branch 'master' into enhance_passwd
keeplearning20221 5b13f49
Merge branch 'master' into enhance_passwd
hawkingrei 8ad2ac0
modified: executor/simple_test.go
keeplearning20221 335a3f3
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 2785512
modified: simple_test.go
bob34007 f8119a7
Merge branch 'master' into enhance_passwd
keeplearning20221 a145b53
Apply suggestions from code review
keeplearning20221 3530297
Modified according to the comment
keeplearning20221 f007aa6
modified: Makefile
keeplearning20221 d732cbf
modified: Makefile
keeplearning20221 7a5a2ed
modified: Makefile
keeplearning20221 314b1cf
Merge branch 'master' into enhance_passwd
keeplearning20221 08c6e12
Merge branch 'master' into enhance_passwd
keeplearning20221 bc61ad7
modified: Makefile
keeplearning20221 53d539d
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 6549253
modified: Makefile
keeplearning20221 f717cdb
Merge branch 'master' into enhance_passwd
hawkingrei 1b82662
Merge branch 'master' into enhance_passwd
keeplearning20221 22f278f
Merge branch 'master' into enhance_passwd
keeplearning20221 61f0e43
Merge branch 'master' into enhance_passwd
keeplearning20221 1f6fb52
modified: executor/simple.go
keeplearning20221 9221e7c
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 9324762
modified: executor/simple.go
keeplearning20221 66c9a4c
Merge branch 'master' into enhance_passwd
keeplearning20221 b97e2a0
Merge branch 'master' into enhance_passwd
keeplearning20221 beddf8d
resolve conflicts
keeplearning20221 7984eac
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 4279e90
Merge branch 'master' into enhance_passwd
keeplearning20221 2196883
Merge branch 'master' into enhance_passwd
keeplearning20221 c23cbd0
Merge branch 'master' into enhance_passwd
keeplearning20221 92d7de2
Merge branch 'master' into enhance_passwd
keeplearning20221 85325a4
Merge https://github.com/pingcap/tidb into enhance_passwd
keeplearning20221 3d105f2
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 8fae3f5
Merge branch 'master' into enhance_passwd
keeplearning20221 8e2936c
Merge branch 'master' into enhance_passwd
keeplearning20221 419c317
Merge https://github.com/pingcap/tidb into enhance_passwd
keeplearning20221 77a8dee
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 bf5161c
Merge https://github.com/pingcap/tidb into enhance_passwd
keeplearning20221 b2b1c98
Merge branch 'master' into enhance_passwd
keeplearning20221 e8c99a5
Apply suggestions from code review
keeplearning20221 2e0755b
modified: executor/simple.go
keeplearning20221 fe71bff
Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…
keeplearning20221 caf6063
modified: executor/simple.go
keeplearning20221 6f10ebf
resolve conflicts
keeplearning20221 53eac1e
modified: executor/showtest/show_test.go
keeplearning20221 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
modified: executor/simple.go
modified: executor/simple_test.go modified: session/bootstrap.go
commit fc719ca1e74f952a3942db39d8f333ed28eac642
There are no files selected for viewing
This file contains 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 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 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
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.
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.
You don't need this
sqlTemplate
, just insertpasswordHistory
andpasswordReuseInterval
directly. If not specified, you can insert 'nil'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.
done