Skip to content
Snippets Groups Projects
  1. Sep 23, 2013
  2. Sep 21, 2013
  3. Sep 09, 2013
  4. Sep 05, 2013
  5. Sep 03, 2013
  6. Aug 29, 2013
  7. Aug 27, 2013
  8. Aug 25, 2013
  9. Aug 24, 2013
  10. Aug 23, 2013
  11. Aug 21, 2013
  12. Aug 14, 2013
  13. Aug 13, 2013
  14. 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
  15. Aug 10, 2013
Loading