Skip to content
Snippets Groups Projects
  1. Sep 05, 2013
  2. Sep 03, 2013
  3. Aug 29, 2013
  4. Aug 27, 2013
  5. Aug 25, 2013
  6. Aug 24, 2013
  7. Aug 23, 2013
  8. Aug 21, 2013
  9. Aug 14, 2013
  10. Aug 13, 2013
  11. Aug 12, 2013
    • Howard Chu's avatar
      Fix uninit'd mem ref in mdb_page_split · eaeeecc3
      Howard Chu authored
      Don't compare cursors beyond their depth. (detected by valgrind)
      eaeeecc3
    • Howard Chu's avatar
      Tweak NODUPDATA flag check · 6ecee1cb
      Howard Chu authored
      Should allow for the possibility of future flag combos.
      6ecee1cb
    • Howard Chu's avatar
      Fix obscure MDB_MULTIPLE bug · 5a5d33ff
      Howard Chu authored
      If a key has a single existing value, and then a put (MDB_MULTIPLE)
      is done where the first of the multiple values matches the existing
      value, the put would return SUCCESS without writing any of the
      values. Fixed to loop to the next value as intended.
      5a5d33ff
  12. Aug 10, 2013
  13. Aug 09, 2013
  14. Aug 08, 2013
    • Hallvard Furuseth's avatar
      mdb_cursorpages_mark: Mark current txn and no more. · 38b11b1d
      Hallvard Furuseth authored
      Ignore parent txn cursors since it is the current txn's dirty_list
      which will be flushed. But check the current txn also when clearing,
      since cursors can have pages which are dirty in a parent.
      
      Check !mc_xcursor instead of !MDB_DUPSORT.  Equivalent for valid
      data, but a bit safer if the sub-DB flags are corrupt.
      38b11b1d
    • Hallvard Furuseth's avatar
      Fix mdb_ovpage_free() vs. spill. · 2bd5d810
      Hallvard Furuseth authored
      Ensure me_pghead has room before removing from spill/dirty list.
      Don't return pages to me_pghead in nested txns, use mt_free_pgs.
      2bd5d810
    • Hallvard Furuseth's avatar
      Fix page spilling when MDB_WRITEMAP. · c3547e81
      Hallvard Furuseth authored
      mdb_page_spill(): Don't binary-search the unsorted dirty_list.
      mdb_page_flush(): Don't overwrite unprocessed dirty_list items.
      c3547e81
Loading