Commit Graph

11 Commits

Author SHA1 Message Date
Keith Bostic
5b509b7220 Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Keith Bostic
9be66e1d26 Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h
into their own include file "gcc.h", change the test programs to include
and use the definitions from that file.
2013-11-06 09:18:50 -05:00
Alex Gorrod
1e9c8b91d1 Fix compiler warnings with GCC 4.7.2 on Ubuntu. 2013-11-01 16:18:48 +11:00
Keith Bostic
963d37a4e6 Update copyright notice to 2013. 2013-01-01 09:45:50 +00:00
Keith Bostic
45c1e2a5a3 Move test program software into the public domain, if anyone wants to
cut-and-paste from it, that's fine with us.
2012-10-26 13:22:45 +00:00
Keith Bostic
9f452b1c4c Add in session.open_cursor operations, reference #373. 2012-10-20 10:16:32 +00:00
Alex Gorrod
3531efa5d5 Add sanity check of cache size to LSM open. 2012-10-03 16:48:25 +10:00
Alex Gorrod
031de977f2 Add a bulk cursor operation into fop test. 2012-09-07 16:14:21 +10:00
Keith Bostic
5f334c9654 Rename the "snapshot" config key in session.checkpoint to "name".
Delete the session.sync method, replace session.sync calls with
session.checkpoint calls, setting "target=(uri),name=xxx".

Add a "drop" config key to session.checkpoint, providing a list of
snapshot names to discard.  Replace session.drop snapshot discard
calls with calls to session.checkpoint.

Rework relevant documentation.
2012-06-16 10:55:25 +00:00
Michael Cahill
00088cccba Add tests for table-level operations to test/fops.
refs #191
2012-06-04 16:14:05 +10:00
Keith Bostic
ca408b3b2d Split test/thread into two parts, test/thread and test/fops. 2012-05-28 10:59:45 +00:00