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
54dc7ae8
Commit
54dc7ae8
authored
Sep 05, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbc 32
git-svn-id:
file:///svn/tokudb@257
c7de825b-a66e-492c-adef-691d508d4ae1
parent
4f55f7ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
buildheader/sample_offsets.c
buildheader/sample_offsets.c
+1
-0
buildheader/sample_offsets_32.h
buildheader/sample_offsets_32.h
+6
-0
No files found.
buildheader/sample_offsets.c
View file @
54dc7ae8
...
...
@@ -102,5 +102,6 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
sample_db_offsets
();
sample_dbt_offsets
();
sample_db_txn_offsets
();
sample_dbc_offsets
();
return
0
;
}
buildheader/sample_offsets_32.h
View file @
54dc7ae8
...
...
@@ -28,3 +28,9 @@ struct fieldinfo db_txn_fields32[] = {
{
"u_int32_t (*id) (DB_TXN *)"
,
88
,
4
},
{
0
,
0
,
104
}
/* size of whole struct */
};
struct
fieldinfo
dbc_fields32
[]
=
{
{
"int (*c_close) (DBC *)"
,
204
,
4
},
{
"int (*c_del) (DBC *, u_int32_t)"
,
212
,
4
},
{
"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)"
,
220
,
4
},
{
0
,
0
,
268
}
/* size of whole struct */
};
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