mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
addresses #1079
git-svn-id: file:///svn/tokudb@5604 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
4f887136e2
commit
2a2e316f18
5 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,7 @@ struct fieldinfo db_txn_active_fields32[] = {
|
|||
};
|
||||
struct fieldinfo db_txn_fields32[] = {
|
||||
{"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},
|
||||
{"int (*abort) (DB_TXN *)", 76, 4},
|
||||
{"int (*commit) (DB_TXN*, u_int32_t)", 80, 4},
|
||||
|
|
|
@ -82,6 +82,7 @@ struct fieldinfo db_txn_active_fields32[] = {
|
|||
};
|
||||
struct fieldinfo db_txn_fields32[] = {
|
||||
{"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},
|
||||
{"int (*abort) (DB_TXN *)", 100, 4},
|
||||
{"int (*commit) (DB_TXN*, u_int32_t)", 104, 4},
|
||||
|
|
|
@ -82,6 +82,7 @@ struct fieldinfo db_txn_active_fields32[] = {
|
|||
};
|
||||
struct fieldinfo db_txn_fields32[] = {
|
||||
{"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},
|
||||
{"int (*abort) (DB_TXN *)", 96, 4},
|
||||
{"int (*commit) (DB_TXN*, u_int32_t)", 100, 4},
|
||||
|
|
|
@ -81,6 +81,7 @@ struct fieldinfo db_txn_active_fields32[] = {
|
|||
};
|
||||
struct fieldinfo db_txn_fields32[] = {
|
||||
{"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},
|
||||
{"int (*abort) (DB_TXN *)", 96, 4},
|
||||
{"int (*commit) (DB_TXN*, u_int32_t)", 100, 4},
|
||||
|
|
|
@ -81,6 +81,7 @@ struct fieldinfo db_txn_active_fields32[] = {
|
|||
};
|
||||
struct fieldinfo db_txn_fields32[] = {
|
||||
{"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},
|
||||
{"int (*abort) (DB_TXN *)", 100, 4},
|
||||
{"int (*commit) (DB_TXN*, u_int32_t)", 104, 4},
|
||||
|
|
Loading…
Add table
Reference in a new issue