Commit 8f641a56 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Pack the OMT. Fixes #897.

git-svn-id: file:///svn/tokudb@4421 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2b0c0b2a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment