1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

increase tolerance in socket_summary_check.inc

for approx. stat P_S calculations.

fixes perfschema.socket_summary_by_instance_func
This commit is contained in:
Sergei Golubchik
2025-04-25 16:29:35 +02:00
parent 16c4621400
commit e1da2c3d67

View File

@@ -56,8 +56,8 @@ if(`SELECT COUNT(*) $part1`)
# #
# If we run this check sufficient frequent than AVG_TIMER_* can be removed from other checks. # If we run this check sufficient frequent than AVG_TIMER_* can be removed from other checks.
#=============================================================================================== #===============================================================================================
let $my_lo= 0.98; let $my_lo= 0.95;
let $my_hi= 1.02; let $my_hi= 1.05;
let $my_rules= let $my_rules=
COUNT_STAR * AVG_TIMER_WAIT BETWEEN SUM_TIMER_WAIT * $my_lo AND SUM_TIMER_WAIT * $my_hi AND COUNT_STAR * AVG_TIMER_WAIT BETWEEN SUM_TIMER_WAIT * $my_lo AND SUM_TIMER_WAIT * $my_hi AND