I’m having a strange issue:
mysql> show engine innodb status;
Empty set (0.00 sec)
Using Percona 5.6.20-68, this query worked fine last time I ran it (probably on a previous version of percona). I have tried restarting the server and no change, I’ve also tried a different client (php-mysql). Running ‘show global status like ‘innodb%’;’ produces the expected output.
Is this a bug?