summaryrefslogtreecommitdiff
path: root/test/bloom
Commit message (Expand)AuthorAgeFilesLines
* Change to __wt_existsDavid Hows2015-05-121-1/+0
* test/checkpoint is using __wt_random_init/__wt_random, test programs areKeith Bostic2015-05-081-1/+1
* Add testutils to all testsDavid Hows2015-05-052-41/+20
* Lint.Keith Bostic2015-03-031-25/+19
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Clean up remaining gcc warnings.Keith Bostic2014-10-101-2/+3
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-8/+10
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-4/+4
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Internal WT programs are using WT_UNUSED everywhere, test/bloom was theKeith Bostic2013-12-071-47/+11
* Increase the default Bloom filter parameters so the false positive rate is mu...Michael Cahill2013-12-041-3/+3
* Tweak the test/bloom parameters to more closely match some real tests.Michael Cahill2013-12-031-7/+4
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+1
* Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod2013-08-291-2/+4
* Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-151-2/+1
|\
| * Document WT_ITEM structures don't need to be cleared before use, andKeith Bostic2013-07-291-1/+0
| * Don't set the 'Z' flag to MALLOC_OPTIONS (FreeBSD malloc configuration),Keith Bostic2013-07-291-1/+1
* | Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod2013-04-081-1/+2
|/
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic2012-12-021-1/+2
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* Add a cleanup step to the Bloom test so it starts with a fresh state.Michael Cahill2012-09-171-0/+2
* Close Bloom cursors when closing an LSM cursor.Michael Cahill2012-09-131-2/+3
* Fix the percentage calculation in test/bloom.Michael Cahill2012-09-101-1/+1
* Add signal header file to bloom test.Alex Gorrod2012-08-291-0/+1
* Add bloom filter implementation and test.Alex Gorrod2012-08-292-0/+318