1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-29625 Some clients/scripts refer to old slow log variables

This commit is contained in:
Sergei Golubchik
2022-09-26 19:21:24 +02:00
parent 05c11953ab
commit 8759967d1c
45 changed files with 124 additions and 747 deletions

View File

@ -151,7 +151,7 @@ BEGIN
ELSE
-- Use long query time from the server to
-- flag long running statements in red
IF((timer_wait/1000000000000) > @@long_query_time,
IF((timer_wait/1000000000000) > @@log_slow_query_time,
' style=filled, color=red',
' style=filled, color=lightblue')
END