I was routinely reviewing the slow log on one of my MySQL replication servers and found that the most common slow query was SHOW GLOBAL STATUS
running at an average of 914s.
I already know why it is there (a monitoring probe is generating the request), my question is why is it taking so long to run?
The server is running MySQL Server 5.0.95.