summaryrefslogtreecommitdiff
path: root/src/include/schema.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-10-09 23:57:24 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-10-09 23:57:24 +1100
commit0437d9a966b43e80f083fff36bad348bbe9e0b3a (patch)
tree5519c5f51a763bc48734d88df1ba261ad89710d7 /src/include/schema.h
parent69a8b72f72eb8aa9af5b99cbe47feccdb83a0847 (diff)
downloadmongo-0437d9a966b43e80f083fff36bad348bbe9e0b3a.tar.gz
More implementation of the custom extractor API. Still working on generating plans and key formats between index creation and open.
refs #1199
Diffstat (limited to 'src/include/schema.h')
-rw-r--r--src/include/schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/schema.h b/src/include/schema.h
index 74ba1733092..535a5a03dbc 100644
--- a/src/include/schema.h
+++ b/src/include/schema.h
@@ -28,6 +28,7 @@ struct __wt_index {
WT_CONFIG_ITEM colconf; /* List of columns from config */
WT_EXTRACTOR *extractor; /* Custom key extractor */
+ int extractor_owned; /* Extractor is owned by this index */
const char *idxkey_format; /* Index key format (hides primary) */
const char *key_format; /* Key format */