summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 1fcdde0e930..f7663bd3c42 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -64,6 +64,7 @@ btree_stats = [
Stat('file_col_fix_pages', 'column-store fixed-size leaf pages'),
Stat('file_col_int_pages', 'column-store internal pages'),
Stat('file_col_var_pages', 'column-store variable-size leaf pages'),
+ Stat('file_compact_rewrite', 'pages rewritten by compaction'),
Stat('file_entries', 'total entries'),
Stat('file_fixed_len', 'fixed-record size'),
Stat('file_magic', 'magic number'),