summaryrefslogtreecommitdiff
path: root/src/btree/bt_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree/bt_conv.c')
-rw-r--r--src/btree/bt_conv.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/btree/bt_conv.c b/src/btree/bt_conv.c
index 348ce5c2..85baeed8 100644
--- a/src/btree/bt_conv.c
+++ b/src/btree/bt_conv.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -88,7 +88,12 @@ __bam_mswap(env, pg)
SWAP32(p); /* re_len */
SWAP32(p); /* re_pad */
SWAP32(p); /* root */
- p += 92 * sizeof(u_int32_t); /* unused */
+ SWAP32(p); /* threshold */
+ SWAP32(p); /* file id lo */
+ SWAP32(p); /* file id hi */
+ SWAP32(p); /* sdb id lo */
+ SWAP32(p); /* sdb id hi */
+ p += 87 * sizeof(u_int32_t); /* unused */
SWAP32(p); /* crypto_magic */
return (0);