| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify stats tests to use accurate btree_entries. | Don Anderson | 2015-03-12 | 1 | -0/+11 |
* | Enhance the drop test case to drop indices and drop with fresh sessions. | Don Anderson | 2015-01-23 | 1 | -1/+4 |
* | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 1 | -0/+1 |
|\ |
|
| * | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -3/+3 |
|/ |
|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Build cleanup, make the pull request pass the automatic tests. | Keith Bostic | 2013-09-13 | 1 | -2/+2 |
* | Clarify what's happening when the file comparison fails due to file size. | Keith Bostic | 2013-09-13 | 1 | -2/+3 |
* | Change the complex_populate fuction to optionally create LSM tables, | Keith Bostic | 2013-05-26 | 1 | -12/+21 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | In the test suite, when checking that a data source is correctly populated, | Michael Cahill | 2012-12-11 | 1 | -12/+13 |
* | Merge pull request #386 from wiredtiger/dump | Michael Cahill | 2012-11-29 | 1 | -6/+12 |
|\ |
|
| * | Missed a couple of self arguments. | Keith Bostic | 2012-11-29 | 1 | -2/+2 |
| * | Add a dump utility test that does end-to-end testing of complex tables. | Keith Bostic | 2012-11-29 | 1 | -6/+12 |
* | | Remove trailing semi-colons & complain if they re-appear. | Keith Bostic | 2012-11-29 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'develop' into threaded-checkpoint-test | Michael Cahill | 2012-09-07 | 1 | -32/+59 |
|\ |
|
| * | Re-work truncation tests to build a dictionary of expected values | Keith Bostic | 2012-08-25 | 1 | -19/+21 |
| * | whitespace | Keith Bostic | 2012-08-25 | 1 | -7/+7 |
| * | Give fixed-length column store objects random values. | Keith Bostic | 2012-08-24 | 1 | -2/+8 |
| * | Change test_truncate01 to test both in-memory and disk images of the | Keith Bostic | 2012-08-24 | 1 | -10/+10 |
| * | whitespace | Keith Bostic | 2012-08-23 | 1 | -1/+1 |
| * | Change simple_populate to support objects with fixed-length values. | Keith Bostic | 2012-08-23 | 1 | -6/+25 |
| * | fix a comment. | Keith Bostic | 2012-08-23 | 1 | -2/+2 |
* | | Fix some bugs in threaded testing. | Michael Cahill | 2012-08-31 | 1 | -17/+19 |
* | | Add a test that does backups in parallel with updates. | Alex Gorrod | 2012-08-31 | 1 | -0/+20 |
|/ |
|
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 1 | -1/+1 |
* | Lightly modified diff from Rolf's random-cursor test pull request. | Keith Bostic | 2012-07-27 | 1 | -23/+24 |
* | Remove most uses of <tabs>, move toward consistent 4-space indentation style. | Keith Bostic | 2012-07-25 | 1 | -2/+2 |
* | Next set of changes for #247, fast-path session.truncate. The focus of this | Keith Bostic | 2012-07-24 | 1 | -5/+5 |
* | Add a bunch of indexes to the complexPopulate function. | Keith Bostic | 2012-07-20 | 1 | -3/+10 |
* | Change the session.truncation implementation from a simple loop around | Keith Bostic | 2012-07-20 | 1 | -0/+2 |
* | Add truncation tests for row-store objects, and complex tables by URI. | Keith Bostic | 2012-07-20 | 1 | -78/+38 |
* | add function name to error message. | Keith Bostic | 2012-07-17 | 1 | -1/+2 |
* | Test rename of a complex object. | Keith Bostic | 2012-07-17 | 1 | -1/+34 |
* | whitespace | Keith Bostic | 2012-07-17 | 1 | -25/+25 |
* | Make the drop test test against a complex table, and check that we've | Keith Bostic | 2012-07-17 | 1 | -2/+4 |
* | A complexPopulate to the helper script, used by the truncate and cursor | Keith Bostic | 2012-07-17 | 1 | -13/+54 |
* | Convert test_base06 to use the new simplePopulation helper functions. | Keith Bostic | 2012-07-11 | 1 | -2/+22 |
* | Fix simplePopulate string test, string.find returns -1 on error. | Keith Bostic | 2012-07-11 | 1 | -2/+2 |
* | remove unused variable set. | Keith Bostic | 2012-07-11 | 1 | -1/+0 |
* | Re-work truncation test, make sure it creates/discards multiple pages. | Keith Bostic | 2012-07-11 | 1 | -2/+28 |
* | abstract out checks for object doesn't exist and object is empty into the | Keith Bostic | 2012-07-11 | 1 | -0/+15 |
* | Start a backup test. | Keith Bostic | 2012-07-04 | 1 | -0/+49 |