1. 17 Dec, 2007 12 commits
  2. 16 Dec, 2007 1 commit
  3. 15 Dec, 2007 2 commits
  4. 14 Dec, 2007 7 commits
  5. 13 Dec, 2007 9 commits
  6. 12 Dec, 2007 7 commits
  7. 11 Dec, 2007 2 commits
    • Yoni Fogel's avatar
      Added additional error code in toku_deserialize_brtheader_from, · 5b7c3295
      Yoni Fogel authored
      and toku_brt_open.
      Files that fail assertions when loading the db, will now return EINVAL instead of assert-crashing.
      
      Closes #160
      Trying to open bdb db files does not cause us to crash anymore.
      
      git-svn-id: file:///svn/tokudb@1087 c7de825b-a66e-492c-adef-691d508d4ae1
      5b7c3295
    • Yoni Fogel's avatar
      Added DB_UNKNOWN to db.h · 50041d1c
      Yoni Fogel authored
      You can use DB_UNKNOWN as a dbtype (as long as you don't use DB_EXCL) in dbopen,
      and then it will load the flags from the file.
      
      tokudb_dump
          Now supports duplicates/sorted duplicates.
      tokudb_load will give a warning about any duplicate duplicate loads
          but will continue with the rest of the data.
      
      Closes #148
      Closes #166
      
      git-svn-id: file:///svn/tokudb@1086 c7de825b-a66e-492c-adef-691d508d4ae1
      50041d1c