This repository was archived by the owner on Aug 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-34
lines changed
mysql-test/suite/sysschema Expand file tree Collapse file tree 4 files changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,3 @@ pages_hashed bigint(21) NO 0
1818pages_old bigint(21) NO 0
1919rows_cached decimal(44,0) NO 0
2020SELECT * FROM sys.x$innodb_buffer_stats_by_schema;
21- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
22- FROM sys.innodb_buffer_stats_by_schema;
23- OldPagesSmallEnough
24- 1
25- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
26- FROM sys.x$innodb_buffer_stats_by_schema;
27- OldPagesSmallEnough
28- 1
Original file line number Diff line number Diff line change @@ -20,11 +20,3 @@ pages_hashed bigint(21) NO 0
2020pages_old bigint(21) NO 0
2121rows_cached decimal(44,0) NO 0
2222SELECT * FROM sys.x$innodb_buffer_stats_by_table;
23- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
24- FROM sys.innodb_buffer_stats_by_table;
25- OldPagesSmallEnough
26- 1
27- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
28- FROM sys.x$innodb_buffer_stats_by_table;
29- OldPagesSmallEnough
30- 1
Original file line number Diff line number Diff line change @@ -19,12 +19,3 @@ DESC sys.x$innodb_buffer_stats_by_schema;
1919--disable_result_log
2020SELECT * FROM sys.x$innodb_buffer_stats_by_schema;
2121--enable_result_log
22-
23-
24- # Check that the old pages percentage is smaller than @@global.innodb_old_blocks_pct
25- # Add 3 percent to avoid false positives due to rounding errors
26- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
27- FROM sys.innodb_buffer_stats_by_schema;
28-
29- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
30- FROM sys.x$innodb_buffer_stats_by_schema;
Original file line number Diff line number Diff line change @@ -19,12 +19,3 @@ DESC sys.x$innodb_buffer_stats_by_table;
1919--disable_result_log
2020SELECT * FROM sys.x$innodb_buffer_stats_by_table;
2121--enable_result_log
22-
23-
24- # Check that the old pages percentage is smaller than @@global.innodb_old_blocks_pct
25- # Add 3 percent to avoid false positives due to rounding errors
26- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
27- FROM sys.innodb_buffer_stats_by_table;
28-
29- SELECT (SUM(pages_old)/sum(pages)*100 < (@@global.innodb_old_blocks_pct + 3)) AS OldPagesSmallEnough
30- FROM sys.x$innodb_buffer_stats_by_table;
You can’t perform that action at this time.
0 commit comments