Skip to content
Snippets Groups Projects
  1. Apr 11, 2013
  2. Apr 08, 2013
  3. Apr 05, 2013
  4. 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
  5. Apr 02, 2013
  6. Apr 01, 2013
  7. Mar 31, 2013
  8. Mar 29, 2013
  9. Mar 28, 2013
  10. Mar 27, 2013
  11. Mar 26, 2013
  12. Mar 25, 2013
  13. 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