diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-12-19 15:08:21 +1100 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-12-19 15:08:21 +1100 |
commit | 8d2324943364286056ae399043f70b8a937de312 (patch) | |
tree | b640de41e0515118304e2917cbfcf7a3b8128af5 /src/include/stat.h | |
parent | 1b6c815a3fd34f14c20d5cd627155799d1de535c (diff) | |
parent | 8ae0338420c8902bdaf323f66ff09d44d4e6eb0c (diff) | |
download | mongo-8d2324943364286056ae399043f70b8a937de312.tar.gz |
Merge branch 'develop' into mongodb-3.6mongodb-3.4.2
Diffstat (limited to 'src/include/stat.h')
-rw-r--r-- | src/include/stat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/stat.h b/src/include/stat.h index e53414fc0c9..0daab83e166 100644 --- a/src/include/stat.h +++ b/src/include/stat.h @@ -445,6 +445,9 @@ struct __wt_connection_stats { int64_t rec_split_stashed_objects; int64_t session_cursor_open; int64_t session_open; + int64_t session_table_alter_fail; + int64_t session_table_alter_success; + int64_t session_table_alter_skip; int64_t session_table_compact_fail; int64_t session_table_compact_success; int64_t session_table_create_fail; |