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 0430769843 Addresses #288
Added the following tests:

 * Single point overlaps
  * Tree: {|0-1|}, query of |1-2| returns |0-1|
  * Tree: {|1-2|}, query of |0-1| returns |1-2|
  * Tree: {|1-2|}, insert of of |0-1| success == allow_overlaps
  * Tree: {|0-1|}, insert of of |1-2| success == allow_overlaps
 * Complete overlaps
  * Tree: {|0-3|}, query of |1-2| returns |0-3|
  * Tree: {|1-2|}, query of |0-3| returns |1-2|
  * Tree: {|1-2|}, insert of of |0-3| success == allow_overlaps
  * Tree: {|0-3|}, insert of of |1-2| success == allow_overlaps
 * Exact overlaps
  * Tree: {|0-3|}, query of |0-3| returns |0-3|
  * Tree: {|0-3|}, insert of of |0-3| success == allow_overlaps

Also freed buf and NULLed the pointer to help find memory leaks.

git-svn-id: file:///svn/tokudb@1745 c7de825b-a66e-492c-adef-691d508d4ae1
2008-01-19 00:14:16 +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 add Db::fd closes #231 2008-01-11 14:38:49 +00:00
cxx increase test coverage. addresses #277 2008-01-16 18:59:36 +00:00
db-benchmark-test make build-coverage. addresses #277 2008-01-18 14:43:32 +00:00
db-benchmark-test-cxx make build-coverage. addresses #277 2008-01-18 14:43:32 +00:00
include add #include guard. closes #269 2008-01-14 21:29:09 +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
man Improve accuracy of put documentation. Addresses #52. 2007-12-18 19:50:09 +00:00
newbrt Log block allocation. Addresses #27. 2008-01-18 21:28:27 +00:00
pma Rename 2007-07-13 19:37:47 +00:00
src Addresses #288 2008-01-19 00:14:16 +00:00
src-bdbwrap Do subtransactions properly (without an fsync) 2007-10-19 17:05:10 +00:00
utils cleanup the gcov files. addresses #277 2008-01-18 16:05:11 +00:00
Makefile make -C does not update the PWD var. addresses #277 2008-01-18 18:07:21 +00:00