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

Remove built-in query cache_hit tracking #89784

Merged
merged 1 commit into from
Oct 12, 2021

Commits on Oct 11, 2021

  1. Remove built-in cache_hit tracking

    This was already only enabled in debug_assertions builds. Generally, it seems
    like most use cases that would use this could also use the -Zself-profile flag
    which also tracks cache hits (in all builds), and so the extra cfg's and such
    are not really necessary.
    
    This is largely just a small cleanup though, which primarily is intended to make
    other changes easier by avoiding the need to deal with this field.
    Mark-Simulacrum committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1273738 View commit details
    Browse the repository at this point in the history