summaryrefslogtreecommitdiff
path: root/storage/innobase/include/srv0mon.h
diff options
context:
space:
mode:
authorJan Lindström <jplindst@mariadb.org>2014-03-12 14:47:38 +0200
committerJan Lindström <jplindst@mariadb.org>2014-03-12 14:47:38 +0200
commit3ea72a2ba9deb9e3da7efe57a74ce9b34b346dfd (patch)
tree96475ae723e31e5fd44f76e136b05d01d277284d /storage/innobase/include/srv0mon.h
parente7df30b8dd704adf569744612504ef38905418fb (diff)
downloadmariadb-git-3ea72a2ba9deb9e3da7efe57a74ce9b34b346dfd.tar.gz
Removed options innodb_compress_index_pages and innodb_trim_pct. Both are
unnecessary. There is a lot more index pages than there is normal pages. Earlier all pages were compressed and this provided best performance and compression ratio. Added status variable to show how many non index pages are written.
Diffstat (limited to 'storage/innobase/include/srv0mon.h')
-rw-r--r--storage/innobase/include/srv0mon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/include/srv0mon.h b/storage/innobase/include/srv0mon.h
index d7c2d6ce531..4d0379a2643 100644
--- a/storage/innobase/include/srv0mon.h
+++ b/storage/innobase/include/srv0mon.h
@@ -165,6 +165,7 @@ enum monitor_id_t {
MONITOR_OVLD_PAGE_CREATED,
MONITOR_OVLD_PAGES_WRITTEN,
MONITOR_OVLD_INDEX_PAGES_WRITTEN,
+ MONITOR_OVLD_NON_INDEX_PAGES_WRITTEN,
MONITOR_OVLD_PAGES_READ,
MONITOR_OVLD_BYTE_READ,
MONITOR_OVLD_BYTE_WRITTEN,