Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 4533181

Browse files
Fix comment so it does not reference the old procedure name ps_analyze_statement_digest
1 parent f411b54 commit 4533181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

procedures/ps_trace_statement_digest.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CREATE DEFINER='root'@'localhost' PROCEDURE ps_trace_statement_digest (
6464
Example
6565
-----------
6666
67-
mysql> call ps_analyze_statement_digest(\'891ec6860f98ba46d89dd20b0c03652c\', 10, 0.1, true, true);
67+
mysql> call ps_trace_statement_digest(\'891ec6860f98ba46d89dd20b0c03652c\', 10, 0.1, true, true);
6868
+--------------------+
6969
| SUMMARY STATISTICS |
7070
+--------------------+

0 commit comments

Comments
 (0)