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
921e224d
Commit
921e224d
authored
Feb 09, 2008
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build issue with db.h_4_6
git-svn-id:
file:///svn/tokudb@2218
c7de825b-a66e-492c-adef-691d508d4ae1
parent
8f7507a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
newbrt/brt.c
newbrt/brt.c
+2
-2
No files found.
newbrt/brt.c
View file @
921e224d
...
...
@@ -2217,9 +2217,9 @@ static int brt_cursor_compare_prev_dup(brt_search_t *search, DBT *x, DBT *y) {
return
keycmp
==
0
&&
compare_v_y
(
brt
,
search
->
v
,
y
)
>
0
;
/* return max xy: k >= x && v > y */
}
static
int
brt_cursor_prev_dup
(
BRT_CURSOR
cursor
,
DBT
*
outkey
,
DBT
*
outval
,
TOKU
TXN
txn
)
{
static
int
brt_cursor_prev_dup
(
BRT_CURSOR
cursor
,
DBT
*
outkey
,
DBT
*
outval
,
TOKU
LOGGER
logger
)
{
brt_search_t
search
;
brt_search_init
(
&
search
,
brt_cursor_compare_prev_dup
,
BRT_SEARCH_RIGHT
,
&
cursor
->
key
,
&
cursor
->
val
,
cursor
->
brt
);
return
brt_cursor_search_eq_k_x
(
cursor
,
&
search
,
outkey
,
outval
,
txn
);
return
brt_cursor_search_eq_k_x
(
cursor
,
&
search
,
outkey
,
outval
,
logger
);
}
#endif
...
...
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