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

Commit 01dc1b7

Browse files
committed
ps_statement_avg_latency_histogram only READS SQL DATA, not MODIFIES SQL DATA
1 parent bebf88c commit 01dc1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

procedures/ps_statement_avg_latency_histogram.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CREATE DEFINER='root'@'localhost' PROCEDURE ps_statement_avg_latency_histogram (
6666
'
6767
SQL SECURITY INVOKER
6868
NOT DETERMINISTIC
69-
MODIFIES SQL DATA
69+
READS SQL DATA
7070
BEGIN
7171
SELECT CONCAT('\n',
7272
'\n . = 1 unit',

0 commit comments

Comments
 (0)