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,infoschema: check privilege for 'show processlist' #7858

Merged
merged 4 commits into from
Oct 10, 2018

Commits on Oct 10, 2018

  1. executor: check privilege for 'show processlist'

    "show processlist" requires the PROCESS privilege.
    Otherwise, the user can see only his own threads.
    tiancaiamao committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    e534f88 View commit details
    Browse the repository at this point in the history
  2. fix information_schema

    tiancaiamao committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    2a5096d View commit details
    Browse the repository at this point in the history
  3. fix CI

    tiancaiamao committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    0caebe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f064752 View commit details
    Browse the repository at this point in the history