parent
02e5dcd2fa
commit
edda20146e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue