Skip to content
Snippets Groups Projects
  1. May 04, 2013
  2. May 02, 2013
  3. 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
  4. Apr 21, 2013
  5. Apr 20, 2013
  6. Apr 18, 2013
  7. Apr 17, 2013
  8. Apr 16, 2013
  9. 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
  10. Apr 14, 2013
  11. Apr 11, 2013
  12. 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
  13. Apr 05, 2013
  14. 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
  15. Apr 02, 2013
  16. Mar 31, 2013
  17. Mar 29, 2013
  18. Mar 26, 2013
  19. Mar 25, 2013
  20. Mar 23, 2013
    • Claude Brisson's avatar
      bugfix for mdb_cursor_put with MDB_MULTIPLE · bbb27cde
      Claude Brisson authored
      If the variable dkey.mv_size is non-zero, then it means dkey
      contains some original data which has to be put back in the
      child db, typically when the child db has just been created.
      
      But when using MDB_MULTIPLE, if this variable has not been
      reset to zero, we may come back to this section and wrongly
      think that there is some original data to be taken care of.
      bbb27cde
Loading