summaryrefslogtreecommitdiff
path: root/test/bloom
Commit message (Collapse)AuthorAgeFilesLines
* Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic2012-12-021-1/+2
| | | | on OmniOS (SunOS).
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
| | | | cut-and-paste from it, that's fine with us.
* 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
| | | | | This means using the internal API for opening the cursor in the Bloom tree, so it is ordered correctly in the session list.
* 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
The bloom filters will be used internally by the LSM implementation. They do not form part of the public API.