summaryrefslogtreecommitdiff
path: root/ext/test
Commit message (Expand)AuthorAgeFilesLines
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-5/+10
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* move ext/test/helium to ext/datasources/helium, we're shipping HeliumKeith Bostic2014-01-203-3482/+0
* Upgrade to Helium 2.0 (change object lengths from uint64_t types to size_t).Keith Bostic2014-01-201-21/+12
* Add placeholders for he_sys_trace_enabled, Helium debugging flags.Keith Bostic2014-01-181-0/+7
* lintKeith Bostic2014-01-181-39/+43
* clean up spelling, make dist/s_all pass again.Keith Bostic2014-01-181-8/+7
* test/format runs, now.Keith Bostic2014-01-183-3456/+32
* Check the version against the header file to catch compile-time errors,Keith Bostic2014-01-171-3/+7
* Upgrade to Helium 1.9.Keith Bostic2014-01-161-38/+38
* Rework/review the name-space #defines again, I like what I had beforeKeith Bostic2014-01-161-71/+79
* More verbose messages, make it possible to configure verbosity at run-time.Keith Bostic2014-01-151-15/+21
* Fix a bug where using the wrong Helium truncate flag.Keith Bostic2014-01-151-95/+107
* First version of the Levyx/Helium code, derived from the Memrata code.Keith Bostic2014-01-152-0/+3326
* Update copyright notices for 2014.Keith Bostic2014-01-072-2/+2
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-3/+3
* Upgrade to KVS 1.4.13, this version resolves the last of the transactionKeith Bostic2013-09-061-2/+2
* It's not (or shouldn't be) possible for us to see unresolved transactionsKeith Bostic2013-09-051-22/+10
* Review error messages, minor cleanup and consistency pass.Keith Bostic2013-09-051-40/+42
* Only open the transaction store once per database, not once per KVS store.Keith Bostic2013-09-041-4/+4
* lintKeith Bostic2013-09-041-2/+2
* Rework our naming so that names on the KVS store are unambiguously ours soKeith Bostic2013-09-041-98/+206
* lintKeith Bostic2013-08-221-31/+35
* typoKeith Bostic2013-08-221-1/+1
* General support for recovery of Memrata/KVS devices.Keith Bostic2013-08-221-214/+430
* update to the current Memrata design.Keith Bostic2013-08-201-48/+35
* Fix compiler warning:Alex Gorrod2013-08-201-15/+0
* Support the kvs_open_o_debug and kvs_open_o_truncate configuration stringsKeith Bostic2013-08-151-7/+30
* Clean up a race on the cleaner_stop flag; declaring it volatile should beKeith Bostic2013-08-151-20/+45
* The KVS source kvsowner field has to be set in all cases, otherwise theKeith Bostic2013-08-101-1/+3
* git really, really, really screwed up the merge.Keith Bostic2013-08-101-0/+2
* Note the transaction notify handler must appear first in the structure.Keith Bostic2013-08-101-0/+4
* Minor cleanup, clarify code that looks for existing transaction databaseKeith Bostic2013-08-101-4/+2
* Add kvs_open_o_debug to the list of options supported by session.create.Keith Bostic2013-08-101-7/+13
* git really, really, really screwed up this merge.Keith Bostic2013-08-101-14/+5
* Code shuffling for cleanup, no real changes.Keith Bostic2013-08-101-395/+401
* The device holding the database transaction store has to be closed last ofKeith Bostic2013-08-101-22/+29
* Initialize in case we don't find a previously existing txn store.Keith Bostic2013-08-101-0/+1
* Rework the Memrata code to configure all of the KVS sources when theKeith Bostic2013-08-101-363/+325
* Add session.range_truncate entry.Keith Bostic2013-08-101-0/+1
* Use an interface for WT_TXN_NOTIFY so it doesn't need a magic cookie.Michael Cahill2013-08-091-5/+8
* Move data source truncate method into WT_DATA_SOURCE.Michael Cahill2013-08-081-0/+1
* Rename WT_EXTENSION_API.transaction_resolve toKeith Bostic2013-08-071-4/+2
* Replace __wt_ext_transaction_snapshot_isolation() withKeith Bostic2013-08-071-1/+2
* Fix cache-append record length calculation.Keith Bostic2013-08-071-3/+4
* Note we're copying native 8B values into the store, so it's notKeith Bostic2013-08-072-0/+10
* Bring the README up-to-date.Keith Bostic2013-08-011-17/+16
* When checking the primary cache as part of handling overwrite=false,Keith Bostic2013-08-011-7/+13
* Update the kvs_dump function, I need it for debugging.Keith Bostic2013-08-011-20/+29
* Use symbols for abort/commit, makes it easier to debug.Keith Bostic2013-08-011-3/+3