summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-20 10:31:28 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-03-20 10:31:28 -0400
commit94d3e1ff61eeff4801a64cc6f753eeb7a8eb9650 (patch)
tree24d2a9f1380a167b75036a529b9d92fd37f1ad82 /dist
parent9883fb3533fcea5c436cb473fa0643cdac1591ec (diff)
downloadmongo-94d3e1ff61eeff4801a64cc6f753eeb7a8eb9650.tar.gz
Add tests for illegal key/value format configurations.
Diffstat (limited to 'dist')
-rw-r--r--dist/api_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index e287da31292..16fe7cf786a 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -57,7 +57,7 @@ format_meta = common_meta + [
raw byte arrays. By default, records are stored in row-store
files: keys of type \c 'r' are record numbers and records
referenced by record number are stored in column-store files''',
- type='format'),
+ type='format', func='__wt_struct_confchk'),
Config('value_format', 'u', r'''
the format of the data packed into value items. See @ref
schema_format_types for details. By default, the value_format
@@ -65,7 +65,7 @@ format_meta = common_meta + [
manipulate raw byte arrays. Value items of type 't' are
bitfields, and when configured with record number type keys,
will be stored using a fixed-length store''',
- type='format'),
+ type='format', func='__wt_struct_confchk'),
]
lsm_config = [