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 28ce4a3b4e Addresses #293
Addresses #307

Locktree now accepts max memory parameter.
This counts only 'toku_points' and payloads.
Whenever it goes over the allowed memory, it will return ENOMEM as
BDB does.

Tests were only updated to compile correctly (and return EINVAL
if max size is 0).
Tests do not yet test whether the max memory system works.

git-svn-id: file:///svn/tokudb@1954 c7de825b-a66e-492c-adef-691d508d4ae1
2008-01-30 03:09:50 +00:00
bdb-examples Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
buildheader update the db.h copyrights. addresses #283 2008-01-25 16:00:41 +00:00
cxx get tokudb_dump -s working 2008-01-27 19:36:15 +00:00
db-benchmark-test Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
db-benchmark-test-cxx add check target. addresses #299 2008-01-24 15:39:26 +00:00
include update the db.h copyrights. addresses #283 2008-01-25 16:00:41 +00:00
loadsome Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
man start making db-benchmark-test recoverable. Addresses #27. 2008-01-25 21:50:07 +00:00
newbrt Modified %ld to %"PRIu64" as necessary to keep output 2008-01-30 02:59:32 +00:00
pma Rename 2007-07-13 19:37:47 +00:00
src Addresses #293 2008-01-30 03:09:50 +00:00
src-bdbwrap Do subtransactions properly (without an fsync) 2007-10-19 17:05:10 +00:00
utils added -DS flags to tokudb_gen to generate duplicates and dupsort header fields. closes #315 2008-01-28 16:35:02 +00:00
Makefile tokudb_load now supports dupsort databases. we defer judgement on db flags until the db->open method is called. this allows incremental update of the flags. 2008-01-28 14:27:28 +00:00