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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f775cc54
Commit
f775cc54
authored
Dec 04, 2012
by
Zardosht Kasheff
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs #5744, fix do_update
git-svn-id:
file:///svn/toku/tokudb@50731
c7de825b-a66e-492c-adef-691d508d4ae1
parent
89a702e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ft/ft-ops.cc
ft/ft-ops.cc
+1
-2
No files found.
ft/ft-ops.cc
View file @
f775cc54
...
...
@@ -1704,12 +1704,11 @@ static int do_update(ft_update_func update_fun, DESCRIPTOR desc, BASEMENTNODE bn
uint32_t
vallen
;
void
*
valp
=
le_latest_val_and_len
(
le
,
&
vallen
);
vdbtp
=
toku_fill_dbt
(
&
vdbt
,
valp
,
vallen
);
le_for_update
=
le
;
}
else
{
// otherwise, the val and leafentry are both going to be null
vdbtp
=
NULL
;
le_for_update
=
NULL
;
}
le_for_update
=
le
;
struct
setval_extra_s
setval_extra
=
{
setval_tag
,
false
,
0
,
bn
,
cmd
->
msn
,
cmd
->
xids
,
keyp
,
idx
,
le_for_update
,
oldest_referenced_xid
,
workdone
,
stats_to_update
};
...
...
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