summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-0814-19/+20
* Use the "overwrite" flag to WT_SESSION::open_cursor rather than wiredtiger_op...Michael Cahill2013-01-081-13/+12
* Add minor clarification wording for boolean configuration strings.Keith Bostic2013-01-071-0/+12
* Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill2013-01-071-5/+0
* Enhance the configuration string examples, get rid of one more @todo.Keith Bostic2013-01-041-3/+11
* Update copyright notice to 2013.Keith Bostic2013-01-0114-14/+14
* make it clear we're going to have an error.Keith Bostic2012-12-101-1/+1
* Fix up a few more declarations that weren't fixed-size.Keith Bostic2012-12-102-8/+9
* More schema layer cleanup:Michael Cahill2012-12-101-6/+3
* Use "poptable" as the table name in the schema example -- it's a table of pop...Michael Cahill2012-12-101-14/+15
* Add 'ret = ' to calls in ex_schema.c that can fail.Michael Cahill2012-12-101-26/+28
* When talking about index-only retrieval, don't mention "column groups".Keith Bostic2012-12-081-2/+1
* gcc:Keith Bostic2012-12-081-1/+1
* Add wording explaining how to do index-only searches to the schema docs.Keith Bostic2012-12-081-8/+13
* Enhance the ex_schema.c example code to show some more complex examples,Keith Bostic2012-12-082-60/+196
* The Q format is an unsigned long long, not a uint64_t.Keith Bostic2012-12-081-1/+1
* The name "population" is used too much, it's confusing, use "mytable"Keith Bostic2012-12-081-6/+6
* Split cache_bytes_changed into cursor_{insert,remove,update}_bytes andKeith Bostic2012-12-061-3/+6
* Review the statistics: rename the statistics names for consistency andKeith Bostic2012-12-051-5/+5
* Move examples/c/ex_test_perf.c to bench/wtperf.Michael Cahill2012-12-052-885/+0
* Add examples of statistics calculations to the documentation.Michael Cahill2012-12-041-30/+85
* Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-302-16/+21
* Merge branch 'develop' into rawKeith Bostic2012-11-161-1/+1
|\
| * Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-1/+1
* | Merge branch 'develop' into rawKeith Bostic2012-11-151-190/+366
|\ \ | |/
| * 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
* | Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic2012-11-151-1/+1
|/
* 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