1. 03 Apr, 2008 8 commits
  2. 02 Apr, 2008 4 commits
  3. 31 Mar, 2008 1 commit
  4. 28 Mar, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #611 · 10aab449
      Yoni Fogel authored
      Fixed a bug in tokudb.
      In a NO_DUP database, if we have a cursor pointing to an element,
      and then insert (overwrite) an element with the same key but larger (as per cmp func)
      data, then DB_NEXT should NOT return the newly inserted element.. it should
      return the element with the next larger key.
      
      The opposite error also existed for DB_PREV.
      
      We rewrite the flag of DB_NEXT/DB_PREV to DB_NEXT_NODUP and DB_PREV_NODUP
      when there are no duplicates.
      
      git-svn-id: file:///svn/tokudb@3155 c7de825b-a66e-492c-adef-691d508d4ae1
      10aab449
    • Bradley C. Kuszmaul's avatar
      More getting brt-test to compile. Addresses #558. · bc4b3893
      Bradley C. Kuszmaul authored
      git-svn-id: file:///svn/tokudb@3154 c7de825b-a66e-492c-adef-691d508d4ae1
      bc4b3893
  5. 27 Mar, 2008 3 commits
  6. 24 Mar, 2008 6 commits
  7. 22 Mar, 2008 1 commit
  8. 21 Mar, 2008 9 commits
  9. 20 Mar, 2008 3 commits
  10. 19 Mar, 2008 3 commits