mariadb/buildheader
Yoni Fogel 68e02ebb0c {{{
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
2007-12-03 05:01:43 +00:00
..
db.h_4_1 Make bdb 4.4 be the default for buildheader, and add DB_DBT_APPMALLOC and DB_DBT_MULITPLE. Fixes #96, #97. 2007-11-30 05:04:06 +00:00
db.h_4_3 Make bdb 4.4 be the default for buildheader, and add DB_DBT_APPMALLOC and DB_DBT_MULITPLE. Fixes #96, #97. 2007-11-30 05:04:06 +00:00
db.h_4_4 {{{ 2007-12-03 05:01:43 +00:00
db.h_4_6 Make bdb 4.4 be the default for buildheader, and add DB_DBT_APPMALLOC and DB_DBT_MULITPLE. Fixes #96, #97. 2007-11-30 05:04:06 +00:00
make_db_h.c {{{ 2007-12-03 05:01:43 +00:00
Makefile Make bdb 4.4 be the default for buildheader, and add DB_DBT_APPMALLOC and DB_DBT_MULITPLE. Fixes #96, #97. 2007-11-30 05:04:06 +00:00
sample_offsets.c Add copyrights using #ident in the buildheader and db-benchmark-test dirs. Addresses #54. 2007-11-29 14:27:03 +00:00
sample_offsets_32_4_1.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_32_4_3.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_32_4_4.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_32_4_6.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_64_4_1.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_64_4_3.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_64_4_4.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00
sample_offsets_64_4_6.h add pget, TOKUDB to db.h. closes #69. closes #70 2007-11-28 20:04:35 +00:00