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:
@ -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
|
||||
|
Reference in New Issue
Block a user