-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepared statements counters are now computed at runtime instead of on-demand. Now MySQL_STMT_Manager_v14::get_metrics() doesn't depend anymore from the number of prepared stataments cached. The old code (slow code) is still present in the DEBUG version, and used to validate the new counters. That also means that DEBUG versions are way slower than non debug versions.
- Loading branch information
1 parent
a7699e8
commit 7ab67dc
Showing
2 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters