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
6c3438a1
Commit
6c3438a1
authored
Sep 05, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64
git-svn-id:
file:///svn/tokudb@265
c7de825b-a66e-492c-adef-691d508d4ae1
parent
da7c68a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
buildheader/sample_offsets_64.h
buildheader/sample_offsets_64.h
+15
-0
No files found.
buildheader/sample_offsets_64.h
View file @
6c3438a1
...
...
@@ -53,7 +53,22 @@ struct fieldinfo db_env_fields64[] = {
{
"int (*set_lk_detect) (DB_ENV *, u_int32_t)"
,
720
,
8
},
{
"int (*set_lk_max) (DB_ENV *, u_int32_t)"
,
728
,
8
},
{
"int (*set_cachesize) (DB_ENV *, u_int32_t, u_int32_t, int)"
,
856
,
8
},
{
"int (*txn_begin) (DB_ENV *, DB_TXN *, DB_TXN **, u_int32_t)"
,
1032
,
8
},
{
"int (*txn_checkpoint) (DB_ENV *, u_int32_t, u_int32_t, u_int32_t)"
,
1040
,
8
},
{
"int (*txn_stat) (DB_ENV *, DB_TXN_STAT **, u_int32_t)"
,
1064
,
8
},
{
0
,
1096
,
1096
}
/* size of whole struct */
};
struct
fieldinfo
db_key_range_fields64
[]
=
{
{
"double less"
,
0
,
8
},
{
"double equal"
,
8
,
8
},
{
"double greater"
,
16
,
8
},
{
0
,
1096
,
1096
}
/* size of whole struct */
};
struct
fieldinfo
db_lsn_fields64
[]
=
{
{
0
,
8
,
8
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_active_fields64
[]
=
{
{
"u_int32_t txnid"
,
0
,
4
},
{
"DB_LSN lsn"
,
8
,
8
},
{
0
,
16
,
16
}
/* 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