Skip to content

Commit 99d131b

Browse files
committed
fix
Signed-off-by: Cristian Greco <cristian@regolo.cc>
1 parent dd80986 commit 99d131b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

collector/perf_schema_events_statements.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ const perfEventsStatementsQuery = `
4141
SUM_CREATED_TMP_TABLES,
4242
SUM_SORT_MERGE_PASSES,
4343
SUM_SORT_ROWS,
44-
SUM_NO_INDEX_USED,
45-
QUANTILE_95,
46-
QUANTILE_99,
47-
QUANTILE_999
44+
SUM_NO_INDEX_USED
4845
FROM (
4946
SELECT *
5047
FROM performance_schema.events_statements_summary_by_digest

0 commit comments

Comments
 (0)