Comment 0 for bug 1290714

Revision history for this message
Alexey Kopytov (akopytov) wrote :

The current maximum allowed value for log_slow_rate_limit is ULONG_MAX, i.e. either 4294967295 or 18446744073709551615, depending on the platform. It is obviously unreasonable to configure the slow log for every four billionth session/query. I guess for practical purposes the maximum value of 1000 is sufficient. We can adjust it later, if someone needs higher values.