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
0f8dc9a0
Commit
0f8dc9a0
authored
Oct 09, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run 64
git-svn-id:
file:///svn/tokudb@422
c7de825b-a66e-492c-adef-691d508d4ae1
parent
675fe245
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
buildheader/sample_offsets_64.h
buildheader/sample_offsets_64.h
+4
-2
No files found.
buildheader/sample_offsets_64.h
View file @
0f8dc9a0
/* BDB offsets on a 64-bit machine */
#define DB_VERSION_MAJOR_64 4
#define DB_VERSION_MINOR_64 1
#define DB_VERSION_STRING_64 "Berkeley DB Compatability Header 4.1"
struct
fieldinfo
db_btree_stat_fields64
[]
=
{
{
"u_int32_t bt_nkeys"
,
12
,
4
},
{
"u_int32_t bt_ndata"
,
16
,
4
},
...
...
@@ -12,7 +15,6 @@ struct fieldinfo db_env_fields64[] = {
{
"void (*set_errcall) (DB_ENV *, void (*)(const char *, char *))"
,
520
,
8
},
{
"void (*set_errpfx) (DB_ENV *, const char *)"
,
536
,
8
},
{
"int (*set_flags) (DB_ENV *, u_int32_t, int)"
,
552
,
8
},
{
"void (*set_noticecall) (DB_ENV *, void (*)(DB_ENV *, db_notices))"
,
560
,
8
},
{
"int (*set_tmp_dir) (DB_ENV *, const char *)"
,
600
,
8
},
{
"int (*set_verbose) (DB_ENV *, u_int32_t, int)"
,
608
,
8
},
{
"int (*set_lg_bsize) (DB_ENV *, u_int32_t)"
,
624
,
8
},
...
...
@@ -59,6 +61,7 @@ struct fieldinfo db_txn_active_fields64[] = {
{
0
,
16
,
16
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"int (*abort) __P((DB_TXN *)"
,
128
,
8
},
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
136
,
8
},
{
"u_int32_t (*id) (DB_TXN *)"
,
152
,
8
},
{
0
,
184
,
184
}
/* size of whole struct */
...
...
@@ -78,7 +81,6 @@ struct fieldinfo dbt_fields64[] = {
{
"void*data"
,
0
,
8
},
{
"u_int32_t size"
,
8
,
4
},
{
"u_int32_t ulen"
,
12
,
4
},
{
"void*app_private"
,
24
,
8
},
{
"u_int32_t flags"
,
32
,
4
},
{
0
,
40
,
40
}
/* 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