An error occurred fetching the project authors.
  1. 12 Apr, 2008 1 commit
  2. 19 Mar, 2008 1 commit
  3. 08 Mar, 2008 1 commit
  4. 07 Mar, 2008 1 commit
  5. 05 Mar, 2008 1 commit
  6. 11 Feb, 2008 1 commit
  7. 06 Feb, 2008 1 commit
  8. 03 Feb, 2008 1 commit
  9. 25 Jan, 2008 1 commit
  10. 22 Jan, 2008 2 commits
  11. 11 Jan, 2008 1 commit
  12. 10 Jan, 2008 2 commits
  13. 07 Jan, 2008 1 commit
  14. 02 Jan, 2008 1 commit
  15. 29 Dec, 2007 1 commit
  16. 27 Dec, 2007 1 commit
  17. 21 Dec, 2007 2 commits
  18. 19 Dec, 2007 4 commits
  19. 18 Dec, 2007 4 commits
  20. 17 Dec, 2007 1 commit
  21. 14 Dec, 2007 1 commit
  22. 13 Dec, 2007 2 commits
  23. 11 Dec, 2007 2 commits
    • Yoni Fogel's avatar
      Added DB_UNKNOWN to db.h · 7331e464
      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
      7331e464
    • Rich Prohaska's avatar
      add get_flags. addresses #166 · feb39edc
      Rich Prohaska authored
      git-svn-id: file:///svn/tokudb@1084 c7de825b-a66e-492c-adef-691d508d4ae1
      feb39edc
  24. 10 Dec, 2007 1 commit
  25. 07 Dec, 2007 1 commit
  26. 05 Dec, 2007 1 commit
  27. 03 Dec, 2007 1 commit
    • Yoni Fogel's avatar
      · 68e02ebb
      Yoni Fogel authored
      {{{
      Added DB_SECONDARY_BAD to db.h
      Added DB_CURRENT to db.h
      
          DB->get         (now returns DB_SECONDARY_BAD when appropriate)
          DB->pget        (now returns DB_SECONDARY_BAD when appropriate)
          ** DBC->c_get   (works with associate)
          ** DBC->c_pget  (added function, works with associate, but not in header yet)
          ** *DBC->c_del  (works with associate)
          *DB->del        (works with associate)
      
      *   May not work properly with duplicates.
      *   Question: Do I have to use
              search_val.flags = DB_DBT_MALLOC;
                  and
              free(search_val.data);
      **  Requires DB_CURRENT to be supported in toku_brt_cursor_get
      }}}
      addresses #48
      
      
      git-svn-id: file:///svn/tokudb@890 c7de825b-a66e-492c-adef-691d508d4ae1
      68e02ebb
  28. 30 Nov, 2007 1 commit
  29. 28 Nov, 2007 1 commit