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

Fetch lock time and cpu time from performance schema #862

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. Fetch lock time and cpu time from performance schema

    Extend the query on `events_statements_summary_by_digest` to fetch
    `SUM_LOCK_TIME` and `SUM_CPU_TIME` and return them as counters.
    
    Signed-off-by: Cristian Greco <cristian@regolo.cc>
    cristiangreco committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3225ffa View commit details
    Browse the repository at this point in the history