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
7fa10b52
Commit
7fa10b52
authored
Jun 15, 2014
by
John Esmet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the osx build
parent
9d85fa49
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ft/ft-ops.h
ft/ft-ops.h
+1
-1
ft/rollback.h
ft/rollback.h
+1
-1
No files found.
ft/ft-ops.h
View file @
7fa10b52
...
...
@@ -232,7 +232,7 @@ void toku_ft_maybe_delete (FT_HANDLE ft_h, DBT *k, TOKUTXN txn, bool oplsn_valid
TXNID
toku_ft_get_oldest_referenced_xid_estimate
(
FT_HANDLE
ft_h
);
TXN_MANAGER
toku_ft_get_txn_manager
(
FT_HANDLE
ft_h
);
class
txn_gc_info
;
struct
txn_gc_info
;
void
toku_ft_send_insert
(
FT_HANDLE
ft_h
,
DBT
*
key
,
DBT
*
val
,
XIDS
xids
,
enum
ft_msg_type
type
,
txn_gc_info
*
gc_info
);
void
toku_ft_send_delete
(
FT_HANDLE
ft_h
,
DBT
*
key
,
XIDS
xids
,
txn_gc_info
*
gc_info
);
void
toku_ft_send_commit_any
(
FT_HANDLE
ft_h
,
DBT
*
key
,
XIDS
xids
,
txn_gc_info
*
gc_info
);
...
...
ft/rollback.h
View file @
7fa10b52
...
...
@@ -165,7 +165,7 @@ struct rollback_log_node {
BLOCKNUM
previous
;
struct
roll_entry
*
oldest_logentry
;
struct
roll_entry
*
newest_logentry
;
struct
memarena
rollentry_arena
;
memarena
rollentry_arena
;
size_t
rollentry_resident_bytecount
;
// How many bytes for the rollentries that are stored in main memory.
PAIR
ct_pair
;
};
...
...
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