Skip to content

Commit d833585

Browse files
committed
updated mysql_user_summary.sql
1 parent c9fc8f9 commit d833585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql_user_summary.sql

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
-- sys doesn't exist in MySQL <= 5.6 or MariaDB 10.5
2424

2525
SELECT
26-
*
26+
*
2727
FROM
28-
sys.user_summary
28+
sys.user_summary
2929
ORDER BY
30-
statement_latency DESC;
30+
statement_latency DESC;

0 commit comments

Comments
 (0)