diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-10-06 09:17:21 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-10-06 09:17:21 -0400 |
commit | 939d37022f972be6d44c4e69bdb20b2e548a137e (patch) | |
tree | c063ca9b6eb6e99e59302ae33d6221882f947b66 /src/btree/bt_ovfl.c | |
parent | c1f99c1c986cebdd670e149140febce84d0e7082 (diff) | |
download | mongo-939d37022f972be6d44c4e69bdb20b2e548a137e.tar.gz |
fix a comment.
Diffstat (limited to 'src/btree/bt_ovfl.c')
-rw-r--r-- | src/btree/bt_ovfl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_ovfl.c b/src/btree/bt_ovfl.c index a75867bc9d7..74f2741e7b0 100644 --- a/src/btree/bt_ovfl.c +++ b/src/btree/bt_ovfl.c @@ -181,7 +181,7 @@ __wt_ovfl_in_cache(WT_SESSION_IMPL *session, * * If there's no globally visible update using our cached copy of the * oldest ID required in the system, refresh that ID and rescan, it's - * cheaper than doing I/O. + * better than doing I/O and caching copies of the overflow item. */ for (pass = 0; pass < 2; pass++) { for (upd = WT_ROW_UPDATE(page, rip);; upd = upd->next) { |