summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Restructure LSM and KVS data-sources; the top-level object is a "file:"Keith Bostic2013-05-153-10/+23
* Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic2013-05-143-1/+9
* Snapshots (including eviction) *should* include the last committed transaction.Michael Cahill2013-05-141-10/+10
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-091-3/+3
* Don't configure the KVS extensions unless we're using them.Keith Bostic2013-05-071-2/+2
* Fix a few old-style function declarations.Keith Bostic2013-05-032-2/+2
* Merge pull request #520 from wiredtiger/lsm_statsagorrod2013-05-031-1/+1
|\
| * Merge branch 'develop' into lsm_statsKeith Bostic2013-05-021-0/+1
| |\
| * | As a consequence of the last set of changes, you can't get the cache-sizeKeith Bostic2013-05-011-1/+1
* | | Don't allow test format configurations with illegal page sizes.Alex Gorrod2013-05-031-2/+4
| |/ |/|
* | Allow unquoted config values that include slashes.Michael Cahill2013-05-021-0/+1
|/
* I'm currently doing all runs of memrata with /dev/loop0.Keith Bostic2013-04-241-1/+1
* Make sure two leaf pages fit in cache per thread: test/format does next/prev ...Michael Cahill2013-04-241-2/+2
* Fix test/format output for automated tests: don't clear the line unless we're...Michael Cahill2013-04-241-2/+4
* Fix build warning in test/format:Alex Gorrod2013-04-231-0/+2
* switch to "memrata"Keith Bostic2013-04-225-14/+14
* Do a better job of erasing the stats output line when writing the completionKeith Bostic2013-04-211-2/+2
* Remove unnecessary include file.Keith Bostic2013-04-201-1/+0
* First cut at a non-transactional version of the STEC KVS shared library.Keith Bostic2013-04-193-18/+15
* Now that BDB KVS is a shared library, functions no longer needed.Keith Bostic2013-04-191-2/+0
* Berkeley DB KVS implementation can support fixed-sized column-storeKeith Bostic2013-04-191-8/+1
* Set up the value correctly on fixed-size column store not-found returns,Keith Bostic2013-04-191-12/+12
* Changes to move the Berkeley DB KVS implementation out of test/formatKeith Bostic2013-04-185-890/+18
* Uninitialized ret variable.Keith Bostic2013-04-181-1/+1
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-12/+12
* Minor build fixes: don't export WT_CONFIG_ITEM with SWIG, uninitialized 'ret'.Michael Cahill2013-04-181-1/+1
* Don't call session.verify for kvsstec at all, the error message is annoying.Keith Bostic2013-04-171-5/+8
* kvsstec doesn't support verify, check for EOPNOTSUPP returns.Keith Bostic2013-04-171-1/+2
* make it easier to load the stec code.Keith Bostic2013-04-171-2/+6
* flip ESET/ERET args to match WiredTiger.Keith Bostic2013-04-171-43/+43
* Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-13/+13
* Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic2013-04-171-5/+5
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-172-2/+2
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-176-239/+181
* Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill2013-04-121-0/+7
* Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-101-132/+95
* Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic2013-04-101-0/+2
* whitespace fix.Keith Bostic2013-04-101-2/+2
* I changed an error message, update the test suite to match.Keith Bostic2013-04-092-3/+3
* Four words and I had a typo. Sheesh.Keith Bostic2013-04-091-1/+1
* Add a comment.Keith Bostic2013-04-091-1/+1
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-096-58/+66
* lintKeith Bostic2013-04-061-2/+2
* Minor include file cleanup.Keith Bostic2013-04-061-4/+1
* Add support for the WT_CURSOR::search_near "exact" paramter -- entirelyKeith Bostic2013-04-061-120/+152
* Missed one change of kvs to kvsbdb.Keith Bostic2013-04-061-1/+1
* Rename "kvs" to "kvsbdb" to make room for the STEC implementation.Keith Bostic2013-04-066-18/+18
* KVS doesn't support fixed-length column-store, don't configure it.Keith Bostic2013-04-051-12/+20
* Make a value format of "[0-9]t" an error, we're not going to supportKeith Bostic2013-04-041-4/+15
* Write some custom data source documentation based on my Berkeley DB code.Keith Bostic2013-04-041-2/+17