7
show engine innodb status;
is unusable in MySQL Workbench, as shown here:
=====================================120329 12:39:32 INNODB MONITOR OUTPUT=====================================Per second averages calculated from the last 17 seconds-----------------BACKGROUND THREAD-----------------srv_master_thread loops: 192438...
However show engine innodb status \G
is great on the mysql command line client.
Is there any \G
equivalent on MySQL workbench or better way to get this information?
3Unnecessarily cumbersome way to do it. Better follow answer of Roman or Everaldo – Christopher Lörken – 2014-05-27T15:23:44.127