Comment 2 for bug 1019648

Revision history for this message
Fernando Ipar (fipar) wrote : Re: pt-stalk does not get the full innodb output if there are too many transactions

Daniel:

Not just any table, the innodb_monitor table is special and documented here: http://dev.mysql.com/doc/refman/5.5/en/innodb-monitors.html

I actually think it would be best if the collect script would:
- attempt to collect by 'SHOW ENGINE INNODB STATUS"
- detect if said output is truncated
- iff that happens, use the innodb_monitor approach instead.

Regards,
Fernando.