diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-12-06 11:23:57 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-12-06 11:23:57 +0000 |
commit | 3dcfff7dfbfe9f4071adbe228310cb2149212a5f (patch) | |
tree | d36890f16c2c486b7da8e5a1655fdfae5fba9b7e /src/btree | |
parent | f011714f61cae15e81d3a79cac1a93792f360c37 (diff) | |
download | mongo-3dcfff7dfbfe9f4071adbe228310cb2149212a5f.tar.gz |
Rename btree_entries_bulk_loaded to be cursor_insert_bulk, we don't
track this across reopens.
Diffstat (limited to 'src/btree')
-rw-r--r-- | src/btree/bt_bulk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_bulk.c b/src/btree/bt_bulk.c index 75c9a2476ca..604f21e1a99 100644 --- a/src/btree/bt_bulk.c +++ b/src/btree/bt_bulk.c @@ -105,7 +105,7 @@ __wt_bulk_insert(WT_CURSOR_BULK *cbulk) WT_ILLEGAL_VALUE(session); } - WT_BSTAT_INCR(session, btree_entries_bulk_loaded); + WT_BSTAT_INCR(session, cursor_insert_bulk); return (0); } |