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
Original issue reported on code.google.com by
oliv...@oxeva.fr
on 9 Nov 2010 at 10:11