From 296f7756cee292c4a75752aa8763a71b99d6bc4a Mon Sep 17 00:00:00 2001 From: Lunastra Date: Fri, 3 Dec 2021 14:28:12 -0800 Subject: [PATCH] Add display statement to file --- src/dbCode/Bigtable.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dbCode/Bigtable.txt b/src/dbCode/Bigtable.txt index 8e753c3..011f4b7 100644 --- a/src/dbCode/Bigtable.txt +++ b/src/dbCode/Bigtable.txt @@ -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; \ No newline at end of file +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 \ No newline at end of file