diff options
author | Jan Lindström <jplindst@mariadb.org> | 2014-03-12 14:47:38 +0200 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2014-03-12 14:47:38 +0200 |
commit | 3ea72a2ba9deb9e3da7efe57a74ce9b34b346dfd (patch) | |
tree | 96475ae723e31e5fd44f76e136b05d01d277284d /storage/innobase/include/srv0mon.h | |
parent | e7df30b8dd704adf569744612504ef38905418fb (diff) | |
download | mariadb-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.h | 1 |
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, |