Add display statement to file

This commit is contained in:
Lunastra 2021-12-03 14:28:12 -08:00
parent 641e43030e
commit 296f7756ce

View File

@ -43,4 +43,8 @@ SELECT * FROM information_schema.INNODB_CMPMEM;
select count(*) as count_row from big_table;
select count(*) as count_row from key_block_size_8;
select count(*) as count_row from key_block_size_8;
-- For the console
-- SELECT * FROM information_schema.INNODB_CMPMEM\G
-- SELECT * FROM information_schema.INNODB_CMP\G