ITS#8321 page_touch - don't fixup the cursor we just touched
authorHoward Chu <hyc@openldap.org>
Mon, 23 Nov 2015 13:19:26 +0000 (13:19 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 24 Nov 2015 15:17:19 +0000 (15:17 +0000)
libraries/liblmdb/mdb.c

index 4cc78ba..4eae413 100644 (file)
@@ -2487,6 +2487,7 @@ done:
        } else {
                for (; m2; m2=m2->mc_next) {
                        if (m2->mc_snum < mc->mc_snum) continue;
+                       if (m2 == mc) continue;
                        if (m2->mc_pg[mc->mc_top] == mp) {
                                m2->mc_pg[mc->mc_top] = np;
                                if ((mc->mc_db->md_flags & MDB_DUPSORT) &&