Commit 2a2e316f authored by Rich Prohaska's avatar Rich Prohaska

addresses #1079

git-svn-id: file:///svn/tokudb@5604 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4f887136
...@@ -76,6 +76,7 @@ struct fieldinfo db_txn_active_fields32[] = { ...@@ -76,6 +76,7 @@ struct fieldinfo db_txn_active_fields32[] = {
}; };
struct fieldinfo db_txn_fields32[] = { struct fieldinfo db_txn_fields32[] = {
{"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4}, {"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4},
{"DB_TXN *parent", 4, 4},
{"void *api_internal", 68, 4}, {"void *api_internal", 68, 4},
{"int (*abort) (DB_TXN *)", 76, 4}, {"int (*abort) (DB_TXN *)", 76, 4},
{"int (*commit) (DB_TXN*, u_int32_t)", 80, 4}, {"int (*commit) (DB_TXN*, u_int32_t)", 80, 4},
......
...@@ -82,6 +82,7 @@ struct fieldinfo db_txn_active_fields32[] = { ...@@ -82,6 +82,7 @@ struct fieldinfo db_txn_active_fields32[] = {
}; };
struct fieldinfo db_txn_fields32[] = { struct fieldinfo db_txn_fields32[] = {
{"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4}, {"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4},
{"DB_TXN *parent", 4, 4},
{"void *api_internal", 88, 4}, {"void *api_internal", 88, 4},
{"int (*abort) (DB_TXN *)", 100, 4}, {"int (*abort) (DB_TXN *)", 100, 4},
{"int (*commit) (DB_TXN*, u_int32_t)", 104, 4}, {"int (*commit) (DB_TXN*, u_int32_t)", 104, 4},
......
...@@ -82,6 +82,7 @@ struct fieldinfo db_txn_active_fields32[] = { ...@@ -82,6 +82,7 @@ struct fieldinfo db_txn_active_fields32[] = {
}; };
struct fieldinfo db_txn_fields32[] = { struct fieldinfo db_txn_fields32[] = {
{"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4}, {"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4},
{"DB_TXN *parent", 4, 4},
{"void *api_internal", 84, 4}, {"void *api_internal", 84, 4},
{"int (*abort) (DB_TXN *)", 96, 4}, {"int (*abort) (DB_TXN *)", 96, 4},
{"int (*commit) (DB_TXN*, u_int32_t)", 100, 4}, {"int (*commit) (DB_TXN*, u_int32_t)", 100, 4},
......
...@@ -81,6 +81,7 @@ struct fieldinfo db_txn_active_fields32[] = { ...@@ -81,6 +81,7 @@ struct fieldinfo db_txn_active_fields32[] = {
}; };
struct fieldinfo db_txn_fields32[] = { struct fieldinfo db_txn_fields32[] = {
{"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4}, {"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4},
{"DB_TXN *parent", 4, 4},
{"void *api_internal", 84, 4}, {"void *api_internal", 84, 4},
{"int (*abort) (DB_TXN *)", 96, 4}, {"int (*abort) (DB_TXN *)", 96, 4},
{"int (*commit) (DB_TXN*, u_int32_t)", 100, 4}, {"int (*commit) (DB_TXN*, u_int32_t)", 100, 4},
......
...@@ -81,6 +81,7 @@ struct fieldinfo db_txn_active_fields32[] = { ...@@ -81,6 +81,7 @@ struct fieldinfo db_txn_active_fields32[] = {
}; };
struct fieldinfo db_txn_fields32[] = { struct fieldinfo db_txn_fields32[] = {
{"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4}, {"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/", 0, 4},
{"DB_TXN *parent", 4, 4},
{"void *api_internal", 88, 4}, {"void *api_internal", 88, 4},
{"int (*abort) (DB_TXN *)", 100, 4}, {"int (*abort) (DB_TXN *)", 100, 4},
{"int (*commit) (DB_TXN*, u_int32_t)", 104, 4}, {"int (*commit) (DB_TXN*, u_int32_t)", 104, 4},
......
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