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
7e32d642
Commit
7e32d642
authored
May 04, 2008
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hacking makefiles. Addresses #782.
git-svn-id:
file:///svn/tokudb@3794
c7de825b-a66e-492c-adef-691d508d4ae1
parent
68b43f00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/lock_tree/locktree.c
src/lock_tree/locktree.c
+4
-4
src/range_tree/Makefile.include
src/range_tree/Makefile.include
+1
-1
No files found.
src/lock_tree/locktree.c
View file @
7e32d642
...
...
@@ -1146,8 +1146,8 @@ static inline int toku__lt_borderwrite_insert(toku_lock_tree* tree,
/* Find predecessor and successors */
toku_range
pred
;
toku_range
succ
;
BOOL
found_p
;
BOOL
found_s
;
BOOL
found_p
=
FALSE
;
BOOL
found_s
=
FALSE
;
r
=
toku__lt_get_border
(
tree
,
numfound
==
0
,
&
pred
,
&
succ
,
&
found_p
,
&
found_s
,
to_insert
);
...
...
@@ -1905,8 +1905,8 @@ static inline int toku__sweep_border(toku_lock_tree* tree, toku_range* range) {
/* Find pred(s.ends.left), and succ(s.ends.right) */
toku_range
pred
;
toku_range
succ
;
BOOL
found_p
;
BOOL
found_s
;
BOOL
found_p
=
FALSE
;
BOOL
found_s
=
FALSE
;
r
=
toku__lt_get_border
(
tree
,
TRUE
,
&
pred
,
&
succ
,
&
found_p
,
&
found_s
,
&
buf
[
0
]);
...
...
src/range_tree/Makefile.include
View file @
7e32d642
RANGETREE_FILES
=
l
inear l
og_nooverlap tokuredblack
RANGETREE_FILES
=
log_nooverlap tokuredblack
RANGETREE_HERE
=
$(ROOT)
src/range_tree
RANGETREE_HEADERS
=
rangetree rangetree-internal tokuredblack
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