summaryrefslogtreecommitdiff
path: root/src/db/db_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/db_reclaim.c')
-rw-r--r--src/db/db_reclaim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db/db_reclaim.c b/src/db/db_reclaim.c
index b902769a..abae33d9 100644
--- a/src/db/db_reclaim.c
+++ b/src/db/db_reclaim.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$
*/
@@ -181,6 +181,7 @@ __db_truncate_callback(dbc, p, cookie, putp)
switch (*H_PAIRDATA(dbp, p, indx)) {
case H_OFFDUP:
break;
+ case H_BLOB:
case H_OFFPAGE:
case H_KEYDATA:
++*countp;