ITS#8728 fix MDB_VL32 freeing overflow page

This commit is contained in:
Howard Chu 2017-09-09 15:08:03 +01:00
parent f34b61f947
commit fbdd452799

View file

@ -6518,6 +6518,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;
}