swrd / check-mysql-all

Automatically exported from code.google.com/p/check-mysql-all
0 stars 0 forks source link

Results of show global status not used #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
check_mysql_all executes "SHOW /*!50002 GLOBAL */ STATUS" but none of the
checks use the results of this query. Due to
http://bugs.mysql.com/bug.php?id=36600 this query is problematic on older
MySQL versions.

Attached patch removes the query.

Original issue reported on code.google.com by alexb...@gmail.com on 20 May 2010 at 6:04

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by ryan.a.l...@gmail.com on 18 Nov 2010 at 11:30

GoogleCodeExporter commented 8 years ago
Change has been made in 0.1.0.  Waiting on QA

Original comment by ryan.a.l...@gmail.com on 8 Feb 2011 at 10:51