]> git.sur5r.net Git - openldap/commit
ITS#8321 Fix mdb_cursor_set
authorHoward Chu <hyc@openldap.org>
Mon, 23 Nov 2015 18:30:24 +0000 (18:30 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 24 Nov 2015 15:59:52 +0000 (15:59 +0000)
commit7881fd0fa7dbfc427c2176716d1b62ece319a960
treeac47b3f8c148876983225b5a5bf6bae181aab535
parent00515babcc05b6a4f99b528c45187209a5092a89
ITS#8321 Fix mdb_cursor_set

Always reinit mc_pg[0] if cursor is not C_INITIALIZED
It might have a stale value when using nested txns
libraries/liblmdb/mdb.c