diff options
Diffstat (limited to 'tools/testfiles/tboot.ddl')
-rw-r--r-- | tools/testfiles/tboot.ddl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testfiles/tboot.ddl b/tools/testfiles/tboot.ddl index 3ccba78..20e6e0e 100644 --- a/tools/testfiles/tboot.ddl +++ b/tools/testfiles/tboot.ddl @@ -7,7 +7,6 @@ SUPER_BLOCK { FREELIST_VERSION 0 SYMBOLTABLE_VERSION 0 OBJECTHEADER_VERSION 0 - USERBLOCK_VERSION 0 OFFSET_SIZE 8 LENGTH_SIZE 8 BTREE_RANK 16 @@ -15,6 +14,9 @@ SUPER_BLOCK { FILE_DRIVER H5FD_SEC2 ISTORE_K 32 } +USER_BLOCK { + USERBLOCK_SIZE 0 +} DATASET "compact" { COMMENT "This is a dataset with compact storage" DATATYPE H5T_STD_I32LE |