summaryrefslogtreecommitdiff
path: root/src/include/schema.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-04-22 10:40:51 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-04-22 10:40:51 +1000
commit5d3df56620f167b4f123548e8ce9f06b3d71c38f (patch)
tree47b67cf1a33917facb8dafa60b49fa7af95b4ce8 /src/include/schema.h
parent2de1ecf5f22b38580d08a42b3164abcdd5f28be5 (diff)
downloadmongo-5d3df56620f167b4f123548e8ce9f06b3d71c38f.tar.gz
Use empty values in LSM indices.
refs #540
Diffstat (limited to 'src/include/schema.h')
-rw-r--r--src/include/schema.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/schema.h b/src/include/schema.h
index de239154a4b..57bbc2398b2 100644
--- a/src/include/schema.h
+++ b/src/include/schema.h
@@ -31,8 +31,6 @@ struct __wt_index {
const char *key_format; /* Key format */
const char *key_plan; /* Key projection plan */
const char *value_plan; /* Value projection plan */
-
- int need_value; /* Index must have a non-empty value */
};
/*