Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
1a7fc701
Commit
1a7fc701
authored
Dec 21, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mgrp to dbtxn. Addresses #215.
git-svn-id:
file:///svn/tokudb@1318
c7de825b-a66e-492c-adef-691d508d4ae1
parent
512b7013
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
buildheader/sample_offsets_64_4_1.h
buildheader/sample_offsets_64_4_1.h
+1
-0
buildheader/sample_offsets_64_4_3.h
buildheader/sample_offsets_64_4_3.h
+1
-0
buildheader/sample_offsets_64_4_4.h
buildheader/sample_offsets_64_4_4.h
+1
-0
buildheader/sample_offsets_64_4_5.h
buildheader/sample_offsets_64_4_5.h
+1
-0
No files found.
buildheader/sample_offsets_64_4_1.h
View file @
1a7fc701
...
...
@@ -72,6 +72,7 @@ struct fieldinfo db_txn_active_fields64[] = {
{
0
,
16
,
16
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/"
,
0
,
8
},
{
"void *api_internal"
,
112
,
8
},
{
"int (*abort) (DB_TXN *)"
,
128
,
8
},
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
136
,
8
},
...
...
buildheader/sample_offsets_64_4_3.h
View file @
1a7fc701
...
...
@@ -76,6 +76,7 @@ struct fieldinfo db_txn_active_fields64[] = {
{
0
,
148
,
148
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/"
,
0
,
8
},
{
"void *api_internal"
,
152
,
8
},
{
"int (*abort) (DB_TXN *)"
,
176
,
8
},
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
184
,
8
},
...
...
buildheader/sample_offsets_64_4_4.h
View file @
1a7fc701
...
...
@@ -76,6 +76,7 @@ struct fieldinfo db_txn_active_fields64[] = {
{
0
,
216
,
216
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/"
,
0
,
8
},
{
"void *api_internal"
,
160
,
8
},
{
"int (*abort) (DB_TXN *)"
,
184
,
8
},
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
192
,
8
},
...
...
buildheader/sample_offsets_64_4_5.h
View file @
1a7fc701
...
...
@@ -75,6 +75,7 @@ struct fieldinfo db_txn_active_fields64[] = {
{
0
,
232
,
232
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/"
,
0
,
8
},
{
"void *api_internal"
,
160
,
8
},
{
"int (*abort) (DB_TXN *)"
,
184
,
8
},
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
192
,
8
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment