Commit 1b0a4df9 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Save 64

git-svn-id: file:///svn/tokudb@255 c7de825b-a66e-492c-adef-691d508d4ae1
parent 645a93f3
...@@ -23,3 +23,8 @@ struct fieldinfo dbt_fields64[] = { ...@@ -23,3 +23,8 @@ struct fieldinfo dbt_fields64[] = {
{"u_int32_t flags", 32, 4}, {"u_int32_t flags", 32, 4},
{0, 0, 40} /* size of whole struct */ {0, 0, 40} /* size of whole struct */
}; };
struct fieldinfo db_txn_fields64[] = {
{"int (*commit) (DB_TXN*, u_int32_t)", 136, 8},
{"u_int32_t (*id) (DB_TXN *)", 152, 8},
{0, 0, 184} /* size of whole struct */
};
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