Skip to content
Snippets Groups Projects
  1. May 13, 2013
  2. May 10, 2013
  3. May 05, 2013
  4. May 04, 2013
  5. May 02, 2013
  6. May 01, 2013
    • Howard Chu's avatar
      Avoid assert · 568c22c4
      Howard Chu authored
      Due to underfilled branch page. We're in the process of merging/moving
      nodes to it because we already know it's underfilled. Took this approach
      rather than just removing the assert in mdb_page_search_root, because
      that assert may yet catch other situations we don't know about.
      
      (Although, it has been there since the original commit of mdb.c and
      has never triggered any other times...)
      568c22c4
    • Hallvard Furuseth's avatar
      Plug mdb_cursor_renew() memleak · 37bd48a6
      Hallvard Furuseth authored
      37bd48a6
  7. Apr 21, 2013
  8. Apr 20, 2013
  9. Apr 18, 2013
  10. Apr 17, 2013
  11. Apr 16, 2013
  12. Apr 15, 2013
    • Howard Chu's avatar
      fix prev commit · 92fc932f
      Howard Chu authored
      92fc932f
    • Howard Chu's avatar
      Fix mdb_rebalance · 0cccf79a
      Howard Chu authored
      Need to check NUMKEYS as well as fill threshold, when deciding
      whether to change anything. Don't let the page drop below the
      minimum number of keys.
      0cccf79a
  13. Apr 14, 2013
  14. Apr 11, 2013
  15. Apr 08, 2013
    • Howard Chu's avatar
      Fix 227329c8 · fbe6a605
      Howard Chu authored
      mdb_dbi_close() must allow any dbi < maxdbs, since opens in an
      uncommitted txn don't increment env->me_numdbs.
      fbe6a605
  16. Apr 05, 2013
  17. Apr 04, 2013
    • Howard Chu's avatar
      ITS#7561 Fix mdb_drop bugs · 6b467993
      Howard Chu authored
      Check for overflow pages, reset cursor position properly.
      6b467993
    • Howard Chu's avatar
      Fix 6beaad52 · 8eef7a42
      Howard Chu authored
      In APPEND don't immediately reject matching key, since this
      is valid for APPENDDUP.
      8eef7a42
    • Howard Chu's avatar
      Fix d3990eb2 · 6beaad52
      Howard Chu authored
      Append mode should *reject* keys that are too small.
      Also allow APPENDDUP in mdb_put().
      6beaad52
  18. Apr 02, 2013
Loading