From 61687c883a8df23c6740f16d9f448c352b46a6f5 Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Tue, 11 Dec 2018 10:34:04 +1100 Subject: Import wiredtiger: 5812c92f5fb2ed3b58d0398e5cbe1cb33380d450 from branch mongodb-4.2 ref: fcb59a43a4..5812c92f5f for: 4.1.7 WT-4383 Update session statistics to reflect the operation statistics. WT-4384 Add documentation about session statistics cursor WT-4438 Use more accurate statistics for cursor cache totals WT-4454 Auto-generate Evergreen configuration when adding new 'make check' or csuite tests WT-4470 Minimize testing that requires TESTUTIL_ENABLE_LONG_TESTS WT-4479 Remove schema lock wait assertion from the test WT-4480 Fix duplicate backup cursor and archiving check WT-4481 Evergreen script cleanups --- src/third_party/wiredtiger/dist/s_stat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/third_party/wiredtiger/dist/s_stat') diff --git a/src/third_party/wiredtiger/dist/s_stat b/src/third_party/wiredtiger/dist/s_stat index 32cf16fd3d4..d0ea3ab9cce 100755 --- a/src/third_party/wiredtiger/dist/s_stat +++ b/src/third_party/wiredtiger/dist/s_stat @@ -30,6 +30,7 @@ lock_commit_timestamp_wait_application lock_commit_timestamp_wait_internal lock_commit_timestamp_write_count lock_dhandle_read_count +lock_dhandle_wait lock_dhandle_wait_application lock_dhandle_wait_internal lock_dhandle_write_count @@ -41,6 +42,7 @@ lock_read_timestamp_wait_application lock_read_timestamp_wait_internal lock_read_timestamp_write_count lock_schema_count +lock_schema_wait lock_schema_wait_application lock_schema_wait_internal lock_table_read_count -- cgit v1.2.1