Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
8acb7550
Commit
8acb7550
authored
Sep 11, 2011
by
Howard Chu
Browse files
One more sub-cursor fix
parent
92a63ff7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libmdb/mdb.c
View file @
8acb7550
...
...
@@ -3010,6 +3010,9 @@ set3:
}
}
else
{
if
(
mc
->
mc_db
->
md_flags
&
MDB_DUPSORT
)
{
mc
->
mc_xcursor
->
mx_cursor
.
mc_flags
&=
~
C_INITIALIZED
;
}
if
((
rc
=
mdb_read_data
(
mc
->
mc_txn
,
leaf
,
data
))
!=
MDB_SUCCESS
)
return
rc
;
}
...
...
Write
Preview
Supports
Markdown
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