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

executor: let flush privileges do nothing when skip-grant-table is configured (#10986) #11027

Merged
merged 3 commits into from
Jul 6, 2019

Commits on Jul 2, 2019

  1. executor: let flush privileges do nothing when skip-grant-table is …

    …configured (pingcap#10986)
    
    When skip-grant-table is enabled, privilege handle is not initialized, calling flush privileges
    would meet nil pointer panic
    tiancaiamao committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    9235578 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    05b7033 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    0200b57 View commit details
    Browse the repository at this point in the history