Pack the OMT. Fixes #897.

git-svn-id: file:///svn/tokudb@4421 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Bradley C. Kuszmaul 2008-06-08 16:14:31 +00:00
parent b2dd143d95
commit e0d124119b

View file

@ -20,7 +20,7 @@ struct omt_node {
node_idx left; /* Index of left subtree. */
node_idx right; /* Index of right subtree. */
OMTVALUE value; /* The value stored in the node. */
};
} __attribute__((__packed__));
struct omt {
node_idx root;