Skip to content
  • Hallvard Furuseth's avatar
    More for ITS#7620 Fix mdb_ovpage_free(). · c37a11a4
    Hallvard Furuseth authored
    Do not binary-search dirty_list, it is unsorted when MDB_WRITEMAP.
    Catch errors. In nested txns, put the page in mt_free_pgs after
    all since pages dirty in a parent txn would add complexities.
    c37a11a4