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
9be3ccff
Commit
9be3ccff
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@1319
c7de825b-a66e-492c-adef-691d508d4ae1
parent
1a7fc701
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
7 deletions
+16
-7
buildheader/Makefile
buildheader/Makefile
+2
-0
buildheader/db.h_4_1
buildheader/db.h_4_1
+4
-2
buildheader/db.h_4_3
buildheader/db.h_4_3
+4
-2
buildheader/db.h_4_4
buildheader/db.h_4_4
+2
-1
buildheader/db.h_4_5
buildheader/db.h_4_5
+4
-2
No files found.
buildheader/Makefile
View file @
9be3ccff
...
...
@@ -73,6 +73,8 @@ sample_offsets_local: ./db.h
sample_offsets_local
:
sample_offsets.c
$(CC)
$(CFLAGS)
-I
.
-DLOCAL
$<
-o
$@
hfiles
:
db.h_4_1 db.h_4_3 db.h_4_4 db.h_4_5
check32
:
sample_offsets_local
./sample_offsets_local
diff sample_offsets_local.h sample_offsets_32.h
...
...
buildheader/db.h_4_1
View file @
9be3ccff
...
...
@@ -197,8 +197,9 @@ struct __toku_db_txn_active {
DB_LSN lsn; /* 32-bit offset=8 size=8, 64=bit offset=8 size=8 */
};
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[
10
];
void* __toku_dummy0[
9
];
char __toku_dummy1[24];
void *api_internal; /* 32-bit offset=68 size=4, 64=bit offset=112 size=8 */
void* __toku_dummy2[1];
...
...
@@ -218,8 +219,9 @@ struct __toku_db_txn_stat {
char __toku_dummy4[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[
20
];
void* __toku_dummy0[
19
];
char __toku_dummy1[104];
int (*c_close) (DBC *); /* 32-bit offset=188 size=4, 64=bit offset=272 size=8 */
void* __toku_dummy2[1];
...
...
buildheader/db.h_4_3
View file @
9be3ccff
...
...
@@ -211,8 +211,9 @@ struct __toku_db_txn_active {
char __toku_dummy1[132]; /* 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
5
];
void* __toku_dummy0[1
4
];
char __toku_dummy1[24];
void *api_internal; /* 32-bit offset=88 size=4, 64=bit offset=152 size=8 */
void* __toku_dummy2[2];
...
...
@@ -232,8 +233,9 @@ struct __toku_db_txn_stat {
char __toku_dummy4[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[1
8
];
void* __toku_dummy0[1
7
];
char __toku_dummy1[112];
int (*c_close) (DBC *); /* 32-bit offset=188 size=4, 64=bit offset=264 size=8 */
void* __toku_dummy2[1];
...
...
buildheader/db.h_4_4
View file @
9be3ccff
...
...
@@ -211,8 +211,9 @@ struct __toku_db_txn_active {
char __toku_dummy2[184]; /* 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
8
];
void* __toku_dummy0[1
7
];
char __toku_dummy1[8];
void *api_internal; /* 32-bit offset=84 size=4, 64=bit offset=160 size=8 */
void* __toku_dummy2[2];
...
...
buildheader/db.h_4_5
View file @
9be3ccff
...
...
@@ -210,8 +210,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
8
];
void* __toku_dummy0[1
7
];
char __toku_dummy1[8];
void *api_internal; /* 32-bit offset=84 size=4, 64=bit offset=160 size=8 */
void* __toku_dummy2[2];
...
...
@@ -231,8 +232,9 @@ struct __toku_db_txn_stat {
char __toku_dummy4[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[2
4
];
void* __toku_dummy0[2
3
];
char __toku_dummy1[104];
int (*c_close) (DBC *); /* 32-bit offset=204 size=4, 64=bit offset=304 size=8 */
void* __toku_dummy2[1];
...
...
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