claytondukes/aspersa

Use "SHOW ENGINE INNODB STATUS"

Closed this issue · 1 comments

collect script is using "SHOW INNODB STATUS\G", but this syntax is deprecated 
and won't work in future releases.

We should use "SHOW ENGINE INNODB STATUS\G". This is compatible with MySQL 4.1, 
5.0, 5.1 and 5.5 (since 4.1.2 : 
http://dev.mysql.com/doc/refman/4.1/en/innodb-monitors.html)




Original issue reported on code.google.com by oliv...@oxeva.fr on 9 Nov 2010 at 10:11

This issue was closed by revision r284.

Original comment by baron.schwartz on 9 Nov 2010 at 12:54

  • Changed state: Fixed