summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/support/stat.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-07-17 22:40:41 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-07-17 22:40:41 +1000
commitd7e9b92a8117edab8869c132a4f7bfae3d3ff2ff (patch)
tree662253d1f3793c5119e5a9fdb608a3aa520621b6 /src/third_party/wiredtiger/src/support/stat.c
parent5170a33c1a3632cff838c4b9291938cc3a4ad41c (diff)
downloadmongo-d7e9b92a8117edab8869c132a4f7bfae3d3ff2ff.tar.gz
Import wiredtiger-wiredtiger-2.6.1-284-g42823c9.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/src/support/stat.c')
-rw-r--r--src/third_party/wiredtiger/src/support/stat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/support/stat.c b/src/third_party/wiredtiger/src/support/stat.c
index 44c2daa3802..0310fdc207c 100644
--- a/src/third_party/wiredtiger/src/support/stat.c
+++ b/src/third_party/wiredtiger/src/support/stat.c
@@ -458,7 +458,6 @@ __wt_stat_init_connection_stats(WT_CONNECTION_STATS *stats)
stats->log_slot_joins.desc = "log: consolidated slot joins";
stats->log_slot_toosmall.desc =
"log: failed to find a slot large enough for record";
- stats->log_buffer_grow.desc = "log: log buffer size increases";
stats->log_bytes_payload.desc = "log: log bytes of payload data";
stats->log_bytes_written.desc = "log: log bytes written";
stats->log_compress_writes.desc = "log: log records compressed";
@@ -631,7 +630,6 @@ __wt_stat_refresh_connection_stats(void *stats_arg)
stats->log_slot_transitions.v = 0;
stats->log_slot_joins.v = 0;
stats->log_slot_toosmall.v = 0;
- stats->log_buffer_grow.v = 0;
stats->log_bytes_payload.v = 0;
stats->log_bytes_written.v = 0;
stats->log_compress_writes.v = 0;