summaryrefslogtreecommitdiff
path: root/src/include/schema.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-04-27 22:27:29 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-04-27 22:27:29 +1000
commit1f9b5efb6b7d6207c64dd744eeab720adc66b7e2 (patch)
treed14f6a2e7436500919deb927b497e48459d30f14 /src/include/schema.h
parent4e7a2cd095c69daf270f3ec54b80bf6260f0b22e (diff)
downloadmongo-1f9b5efb6b7d6207c64dd744eeab720adc66b7e2.tar.gz
Keep a "file:" URI in btree handles rather than a raw filename.
Diffstat (limited to 'src/include/schema.h')
-rw-r--r--src/include/schema.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/schema.h b/src/include/schema.h
index e0089af4747..2108c40cea6 100644
--- a/src/include/schema.h
+++ b/src/include/schema.h
@@ -29,6 +29,9 @@ struct __wt_table {
WT_BTREE **index;
size_t index_alloc;
+ const char **cg_name, **idx_name;
+ size_t idx_name_alloc;
+
TAILQ_ENTRY(__wt_table) q;
int cg_complete, idx_complete, is_simple;