Skip to content
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

Failed passwd locked #39228

Closed
wants to merge 32 commits into from
Closed

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    7d7c24f View commit details
    Browse the repository at this point in the history
  2. modified: errno/errcode.go

    	modified:   errno/errname.go
    	modified:   executor/errors.go
    	modified:   executor/simple.go
    keeplearning20221 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    5cb28df View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. drop user support

    bob34007 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    724c6d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. modified: executor/simple.go

    	modified:   executor/simple_test.go
    	modified:   session/bootstrap.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fc719ca View commit details
    Browse the repository at this point in the history
  2. modified: infoschema_cluster_table_test.go

    	modified:   simple.go
    	modified:   simple_test.go
    	modified:   ../server/http_handler_serial_test.go
    	modified:   ../session/bootstrap.go
    	modified:   ../session/bootstrap_test.go
    	modified:   ../sessionctx/variable/tidb_vars.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4ce6866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ebf62 View commit details
    Browse the repository at this point in the history
  4. modified: errno/errcode.go

    	modified:   errno/errname.go
    	modified:   executor/errors.go
    	modified:   executor/simple.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    34140ab View commit details
    Browse the repository at this point in the history
  5. drop user support

    bob34007 authored and keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5a7dd17 View commit details
    Browse the repository at this point in the history
  6. modified: executor/simple.go

    	modified:   executor/simple_test.go
    	modified:   session/bootstrap.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d169f11 View commit details
    Browse the repository at this point in the history
  7. modified: infoschema_cluster_table_test.go

    	modified:   simple.go
    	modified:   simple_test.go
    	modified:   ../server/http_handler_serial_test.go
    	modified:   ../session/bootstrap.go
    	modified:   ../session/bootstrap_test.go
    	modified:   ../sessionctx/variable/tidb_vars.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    af730b5 View commit details
    Browse the repository at this point in the history
  8. modified: executor/simple.go

    	modified:   parser/parser.go
    	modified:   parser/parser.y
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a988ee6 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'enhance_passwd' of https://github.com/bob34007/tidb int…

    …o enhance_passwd
    
    Conflicts:
    	executor/infoschema_cluster_table_test.go
    	executor/simple.go
    	parser/parser.go
    	server/http_handler_serial_test.go
    	session/bootstrap.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    da04920 View commit details
    Browse the repository at this point in the history
  10. modified: executor/infoschema_cluster_table_test.go

    	modified:   executor/simple.go
    	modified:   session/bootstrap.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    69d01a4 View commit details
    Browse the repository at this point in the history
  11. modified: executor/simple_test.go

    	modified:   session/bootstrap.go
    keeplearning20221 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bf1d0cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d3961d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    f15de2f View commit details
    Browse the repository at this point in the history
  2. modified: simple.go

    	modified:   simple_test.go
    keeplearning20221 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bcc4937 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba1a3b7 View commit details
    Browse the repository at this point in the history
  4. modified: simple.go

    	modified:   simple_test.go
    keeplearning20221 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d50099a View commit details
    Browse the repository at this point in the history
  5. login failed

    lastincisor committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    21747f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. login failed

    lastincisor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    73f961e View commit details
    Browse the repository at this point in the history
  2. failedLogin match

    lastincisor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a9c3ac1 View commit details
    Browse the repository at this point in the history
  3. alter unlock

    lastincisor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    954683a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. alter unlock

    lastincisor committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    eefb3db View commit details
    Browse the repository at this point in the history
  2. parser

    lastincisor committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2160f7e View commit details
    Browse the repository at this point in the history
  3. cache json parser

    lastincisor committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2acd1df View commit details
    Browse the repository at this point in the history
  4. login flow

    lastincisor committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bf15b09 View commit details
    Browse the repository at this point in the history
  5. create alter user

    lastincisor committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b33aa18 View commit details
    Browse the repository at this point in the history
  6. create alter user

    lastincisor committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ee71172 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. clear count

    lastincisor committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    273937d View commit details
    Browse the repository at this point in the history
  2. clear count

    lastincisor committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bd4d27f View commit details
    Browse the repository at this point in the history
  3. PasswordLockTime value -1

    lastincisor committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f1afb9f View commit details
    Browse the repository at this point in the history