summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/connection.h')
-rw-r--r--src/include/connection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index 77dbc87b114..e19ad684b24 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -289,9 +289,8 @@ struct __wt_connection_impl {
#define WT_CONN_STAT_CLEAR 0x02 /* clear after gathering */
#define WT_CONN_STAT_FAST 0x04 /* "fast" statistics configured */
#define WT_CONN_STAT_JSON 0x08 /* output JSON format */
-#define WT_CONN_STAT_NONE 0x10 /* don't gather statistics */
-#define WT_CONN_STAT_ON_CLOSE 0x20 /* output statistics on close */
-#define WT_CONN_STAT_SIZE 0x40 /* "size" statistics configured */
+#define WT_CONN_STAT_ON_CLOSE 0x10 /* output statistics on close */
+#define WT_CONN_STAT_SIZE 0x20 /* "size" statistics configured */
uint32_t stat_flags;
/* Connection statistics */