Much has been written about the new InnoDB pluggable storage engine, which Innobase released at the MySQL conference last month. We've written posts ourselves about its fast index creation capabilities and the compressed row format, and how that affects performance. One of the nice things they added in this InnoDB release is INFORMATION_SCHEMA tables that show some status information about InnoDB. Here are the tables:
PLAIN TEXT SQL:
- mysql> SHOW TABLES FROM INFORMATION_SCHEMA LIKE 'INNODB%'; …