Merge pull request #2423

bbb07f88 ITS#8728 fix MDB_VL32 freeing overflow page (Howard Chu)
This commit is contained in:
Riccardo Spagni 2017-09-12 13:10:43 +02:00
commit 3fd08bd37e
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -6288,6 +6288,10 @@ release:
if (rc)
return rc;
}
#ifdef MDB_VL32
if (mc->mc_ovpg == mp)
mc->mc_ovpg = NULL;
#endif
mc->mc_db->md_overflow_pages -= ovpages;
return 0;
}