mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Pack the OMT. Fixes #897.
git-svn-id: file:///svn/tokudb@4421 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b2dd143d95
commit
e0d124119b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue