MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
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
bdb-examples Add copyrights using #ident in the buildheader and db-benchmark-test and loadsome and bdb-examples dirs. Addresses #54. 2007-11-29 14:27:42 +00:00
buildheader {{{ 2007-12-03 05:01:43 +00:00
db-benchmark-test remove reference to set_lk_max. addresses #104 2007-12-01 17:45:53 +00:00
include {{{ 2007-12-03 05:01:43 +00:00
loadsome Add copyrights using #ident in the buildheader and db-benchmark-test and loadsome and bdb-examples dirs. Addresses #54. 2007-11-29 14:27:42 +00:00
newbrt flush buffers when a node has become too big after a child split. closes #51 2007-12-01 13:12:56 +00:00
pma Rename 2007-07-13 19:37:47 +00:00
src {{{ 2007-12-03 05:01:43 +00:00
src-bdbwrap Do subtransactions properly (without an fsync) 2007-10-19 17:05:10 +00:00
utils Add copyrights using #ident in the utils dir. Closes #54. 2007-11-29 14:29:22 +00:00
Makefile Rename 2007-07-13 19:37:47 +00:00