summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-10-18 16:06:44 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-10-19 08:58:51 +0000
commit0a1ca378a6a8f594b4bf46f39ab7f80fef3717fe (patch)
tree40074e3755082f882fc4267961fb6c0c2f125ae8
parent2af6f73b4b4d6a127fcbd4546f4e1e96d322df0c (diff)
downloadmongo-0a1ca378a6a8f594b4bf46f39ab7f80fef3717fe.tar.gz
fix a comment, write-generations are persisted in the meta-data file now.
-rw-r--r--src/include/block.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/block.h b/src/include/block.h
index 8886d756eab..a32bba4014c 100644
--- a/src/include/block.h
+++ b/src/include/block.h
@@ -201,9 +201,8 @@ struct __wt_block_header {
*
* !!!
* The write-generation is "owned" by the btree layer, but it's easier
- * to set it (when physically writing blocks), to persist it (in the
- * WT_BLOCK_DESC structure, rather than the metadata file), and restore
- * it during salvage, in the block-manager layer.
+ * to set (when physically writing blocks) and restore (during salvage),
+ * in the block-manager layer.
*/
uint64_t write_gen; /* 00-07: write generation */