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
8f6e9960
Commit
8f6e9960
authored
Dec 26, 2007
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build with bdb 4.6
git-svn-id:
file:///svn/tokudb@1363
c7de825b-a66e-492c-adef-691d508d4ae1
parent
f71cc3bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
buildheader/db.h_4_6
buildheader/db.h_4_6
+4
-2
buildheader/sample_offsets_64_4_6.h
buildheader/sample_offsets_64_4_6.h
+2
-0
No files found.
buildheader/db.h_4_6
View file @
8f6e9960
...
...
@@ -213,8 +213,9 @@ struct __toku_db_txn_active {
char __toku_dummy2[200]; /* Padding at the end */
};
struct __toku_db_txn {
DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
struct __toku_db_txn_internal *i;
void* __toku_dummy0[1
9
];
void* __toku_dummy0[1
8
];
char __toku_dummy1[8];
void *api_internal; /* 32-bit offset=88 size=4, 64=bit offset=168 size=8 */
void* __toku_dummy2[2];
...
...
@@ -235,8 +236,9 @@ struct __toku_db_txn_stat {
char __toku_dummy5[8]; /* Padding at the end */
};
struct __toku_dbc {
DB *dbp; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
struct __toku_dbc_internal *i;
void* __toku_dummy0[3
4
];
void* __toku_dummy0[3
3
];
char __toku_dummy1[104];
int (*c_close) (DBC *); /* 32-bit offset=244 size=4, 64=bit offset=384 size=8 */
void* __toku_dummy2[1];
...
...
buildheader/sample_offsets_64_4_6.h
View file @
8f6e9960
...
...
@@ -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"
,
168
,
8
},
{
"int (*abort) (DB_TXN *)"
,
192
,
8
},
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
200
,
8
},
...
...
@@ -87,6 +88,7 @@ struct fieldinfo db_txn_stat_fields64[] = {
{
0
,
88
,
88
}
/* size of whole struct */
};
struct
fieldinfo
dbc_fields64
[]
=
{
{
"DB *dbp"
,
0
,
8
},
{
"int (*c_close) (DBC *)"
,
384
,
8
},
{
"int (*c_del) (DBC *, u_int32_t)"
,
400
,
8
},
{
"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)"
,
416
,
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