summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/monitor.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-05-16 13:41:53 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2022-05-16 13:41:53 +0300
commit4e1bf2bb2368b0ebb98e20563f4834c1061ed498 (patch)
tree1e7599ca8a6e853dc08136d8fe377f49800b5024 /mysql-test/suite/innodb/r/monitor.result
parent730eb1c4be84b7f06dc8d4a894536941cbe5da63 (diff)
downloadmariadb-git-4e1bf2bb2368b0ebb98e20563f4834c1061ed498.tar.gz
MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non_index_pages_written
The counters were added in commit 5e55d1ced52c52fb2f0508e1346059901a85960f and any code to update them was inadvertently removed in commit 2e814d4702d71a04388386a9f591d14a35980bfe when applying InnoDB changes from MySQL 5.7. Let us remove these counters that never reported anything useful. If such statistics are really needed in a special case, they can be obtained by instrumenting the code by some means, such as eBPF or a source code patch.
Diffstat (limited to 'mysql-test/suite/innodb/r/monitor.result')
-rw-r--r--mysql-test/suite/innodb/r/monitor.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/r/monitor.result b/mysql-test/suite/innodb/r/monitor.result
index a40bfdac0d0..b65bba276f0 100644
--- a/mysql-test/suite/innodb/r/monitor.result
+++ b/mysql-test/suite/innodb/r/monitor.result
@@ -36,8 +36,6 @@ buffer_pool_bytes_dirty disabled
buffer_pool_pages_free disabled
buffer_pages_created disabled
buffer_pages_written disabled
-buffer_index_pages_written disabled
-buffer_non_index_pages_written disabled
buffer_pages_read disabled
buffer_pages0_read disabled
buffer_index_sec_rec_cluster_reads disabled