Markus Mäkelä 1042b861bb
MXS-1669: Fix load average tracking
The output of `show threads` could have a negative historic thread load
average that could be explained by the overflow of the signed 32-bit
integer used to count the number of samples.

The time that each thread started to process an event for a DCB used an
old value that is no longer used. Updating this to DCB::last_read retains
the 2.0 behavior.
2018-02-15 11:18:22 +02:00
..
2018-02-15 11:18:22 +02:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00