1. 03 Dec, 2007 4 commits
    • Yoni Fogel's avatar
      logformat is run before other prerequisites · 81981d00
      Yoni Fogel authored
      so newbrt/log_header.h and newbrt/log_code.c are generated even if missing.
      Closes #60.
      
      git-svn-id: file:///svn/tokudb@891 c7de825b-a66e-492c-adef-691d508d4ae1
      81981d00
    • 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
    • Yoni Fogel's avatar
      Prevent DB->put from working on secondary indexes · 46907c25
      Yoni Fogel authored
      (unless called internally with DB_NO_ASSOCIATE flag set)
      
      Modified test_db_secondary to verify this behavior.
      Closes #106
      
      git-svn-id: file:///svn/tokudb@888 c7de825b-a66e-492c-adef-691d508d4ae1
      46907c25
    • Yoni Fogel's avatar
      Port Makefile to OSX. Closes #105 · 5b7b4df0
      Yoni Fogel authored
      git-svn-id: file:///svn/tokudb@887 c7de825b-a66e-492c-adef-691d508d4ae1
      5b7b4df0
  2. 01 Dec, 2007 3 commits
  3. 30 Nov, 2007 16 commits
  4. 29 Nov, 2007 17 commits