Skip to content
Snippets Groups Projects
  1. Apr 18, 2013
  2. Apr 17, 2013
  3. Apr 16, 2013
  4. 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
  5. Apr 14, 2013
  6. Apr 11, 2013
  7. 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
  8. Apr 05, 2013
  9. 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
  10. Apr 02, 2013
  11. Mar 31, 2013
  12. Mar 29, 2013
  13. Mar 26, 2013
  14. Mar 25, 2013
  15. 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
  16. Mar 13, 2013
  17. Mar 11, 2013
  18. Mar 06, 2013
  19. Feb 25, 2013
Loading