Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
47c4e747
Commit
47c4e747
authored
Apr 29, 2015
by
Howard Chu
Browse files
ITS#8117 cleanup prev commit
parent
ba45e0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
47c4e747
...
...
@@ -7085,10 +7085,6 @@ mdb_xcursor_init1(MDB_cursor *mc, MDB_node *node)
DPRINTF
((
"Sub-db -%u root page %"
Z
"u"
,
mx
->
mx_cursor
.
mc_dbi
,
mx
->
mx_db
.
md_root
));
mx
->
mx_dbflag
=
DB_VALID
|
DB_DIRTY
;
/* DB_DIRTY guides mdb_cursor_touch */
#if UINT_MAX < SIZE_MAX
if
(
mx
->
mx_dbx
.
md_cmp
==
mdb_cmp_int
&&
mx
->
mx_db
.
md_pad
==
sizeof
(
size_t
))
mx
->
mx_dbx
.
md_cmp
=
mdb_cmp_clong
;
#endif
}
/** Initialize a cursor for a given transaction and database. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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