summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-1/+1
* When verbose == 2, copy status output to stdout.Michael Cahill2012-11-091-0/+7
* Change the default configuration of ex_test_perf: 4KB pages, no prefix compre...Michael Cahill2012-11-091-7/+11
* Clean up some complaints from s_all.Michael Cahill2012-11-091-2/+3
* ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun...Michael Cahill2012-11-091-1/+1
* Clean up error handling in ex_test_perf and add option to populate usingAlex Gorrod2012-11-081-188/+352
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-3/+50
* styleKeith Bostic2012-10-251-3/+3
* Update ex_test_perf program to output statistics during populate.Alex Gorrod2012-10-251-18/+52
* Push the "owning" cursor through the LSM open_cursor function, so schema obje...Michael Cahill2012-10-191-1/+3
* Merge branch 'develop' into compactKeith Bostic2012-10-172-0/+4
|\
| * ex_all.c: scoping typo.Michael Cahill2012-10-171-2/+2
| * One more leak, not closing the connection in ex_all.cMichael Cahill2012-10-171-0/+2
| * More leaks, found by valgrind.Michael Cahill2012-10-171-0/+2
* | Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-4/+4
|/
* At the file level, count successful and failed eviction attempts separately.Michael Cahill2012-10-151-3/+20
* Have ex_test_perf produce status update on stdout if verbose is set.Michael Cahill2012-10-151-0/+5
* Increase accuracy of LSM cache statistics.Alex Gorrod2012-10-141-1/+2
* clean up spelling in strings.Keith Bostic2012-10-131-1/+1
* Fix ex_test_perf options documentation.Alex Gorrod2012-10-121-1/+1
* Update ex_test_perf example to have consistent logging.Alex Gorrod2012-10-111-43/+81
* Add a statistics_fast flag to file statistics cursors.Alex Gorrod2012-10-091-1/+1
* style cleanupKeith Bostic2012-10-081-1/+2
* Cleanup ex_statAlex Gorrod2012-10-081-1/+1
* Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-082-6/+140
* Fix error handling in ex_test_perf, update command line options.Alex Gorrod2012-10-061-62/+196
* Disable new example code until I can figure out crash.Alex Gorrod2012-10-051-2/+4
* Add example program to test basic LSM usage.Alex Gorrod2012-10-052-0/+358
* Revert last push. It had the wrong set of changes.Alex2012-09-232-179/+0
* Lint for dictionary skip lists.Alex2012-09-232-0/+179
* Pass "exclusive" to LSM create so it returns EEXIST only when expected.Michael Cahill2012-09-131-1/+2
* Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod2012-09-111-7/+11
|\
| * Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-7/+11
* | Implement LSM drop.Michael Cahill2012-09-071-16/+0
* | Merge branch 'develop' into lsmMichael Cahill2012-08-2214-14/+14
|\ \ | |/
| * We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-1514-14/+14
* | Merge branch 'develop' into lsmMichael Cahill2012-08-151-41/+23
|\ \ | |/
| * ../../../examples/c/ex_all.c:460: warning: unused variable 'cursor1'Michael Cahill2012-08-151-1/+1
| * Take another run at long-lived cursor and transactional wording, useKeith Bostic2012-08-141-37/+22
| * Update doc example to make cursor lifetime more obvious.Alex Gorrod2012-08-141-1/+7
| * Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic2012-08-131-12/+3
* | Merge branch 'develop' into lsm.Michael Cahill2012-08-133-72/+73
|\ \ | |/
| * ../examples/c/ex_all.c:474: warning: ‘txn_examples’ defined but not usedMichael Cahill2012-08-091-6/+3
| * Document read-committed is the 1.3 release default isolation.Keith Bostic2012-08-083-69/+69
| * Add support for read-committed isolation.Michael Cahill2012-08-081-0/+4
* | Merge branch 'develop' into lsmMichael Cahill2012-08-061-12/+30
|\ \ | |/
| * Merge pull request #281 from wiredtiger/cache-residentMichael Cahill2012-08-051-2/+7
| |\
| | * Move the cache-resident configuration string from session.open_cursorKeith Bostic2012-08-031-7/+7
| | * Add the cache_resident configuration flag, turns off page eviction andKeith Bostic2012-08-021-0/+5
| * | Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic2012-08-031-10/+23
| |/