summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2012-12-10make it clear we're going to have an error.Keith Bostic
2012-12-10Fix up a few more declarations that weren't fixed-size.Keith Bostic
2012-12-10More schema layer cleanup:Michael Cahill
2012-12-10Use "poptable" as the table name in the schema example -- it's a table of pop...Michael Cahill
2012-12-10Add 'ret = ' to calls in ex_schema.c that can fail.Michael Cahill
2012-12-08When talking about index-only retrieval, don't mention "column groups".Keith Bostic
2012-12-08gcc:Keith Bostic
2012-12-08Add wording explaining how to do index-only searches to the schema docs.Keith Bostic
2012-12-08Enhance the ex_schema.c example code to show some more complex examples,Keith Bostic
2012-12-08The Q format is an unsigned long long, not a uint64_t.Keith Bostic
2012-12-08The name "population" is used too much, it's confusing, use "mytable"Keith Bostic
2012-12-06Split cache_bytes_changed into cursor_{insert,remove,update}_bytes andKeith Bostic
2012-12-05Review the statistics: rename the statistics names for consistency andKeith Bostic
2012-12-05Move examples/c/ex_test_perf.c to bench/wtperf.Michael Cahill
2012-12-04Add examples of statistics calculations to the documentation.Michael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-11-16Merge branch 'develop' into rawKeith Bostic
2012-11-16Add a "size of checkpoint" statistic.Michael Cahill
2012-11-15Merge branch 'develop' into rawKeith Bostic
2012-11-15Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic
2012-11-09When verbose == 2, copy status output to stdout.Michael Cahill
2012-11-09Change the default configuration of ex_test_perf: 4KB pages, no prefix compre...Michael Cahill
2012-11-09Clean up some complaints from s_all.Michael Cahill
2012-11-09ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun...Michael Cahill
2012-11-08Clean up error handling in ex_test_perf and add option to populate usingAlex Gorrod
2012-10-26Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic
2012-10-25styleKeith Bostic
2012-10-25Update ex_test_perf program to output statistics during populate.Alex Gorrod
2012-10-19Push the "owning" cursor through the LSM open_cursor function, so schema obje...Michael Cahill
2012-10-17Merge branch 'develop' into compactKeith Bostic
2012-10-17ex_all.c: scoping typo.Michael Cahill
2012-10-17One more leak, not closing the connection in ex_all.cMichael Cahill
2012-10-17More leaks, found by valgrind.Michael Cahill
2012-10-16Add support for online compaction, ref #248. This is an initial commit,Keith Bostic
2012-10-15At the file level, count successful and failed eviction attempts separately.Michael Cahill
2012-10-15Have ex_test_perf produce status update on stdout if verbose is set.Michael Cahill
2012-10-14Increase accuracy of LSM cache statistics.Alex Gorrod
2012-10-13clean up spelling in strings.Keith Bostic
2012-10-12Fix ex_test_perf options documentation.Alex Gorrod
2012-10-11Update ex_test_perf example to have consistent logging.Alex Gorrod
2012-10-09Add a statistics_fast flag to file statistics cursors.Alex Gorrod
2012-10-08style cleanupKeith Bostic
2012-10-08Cleanup ex_statAlex Gorrod
2012-10-08Add a new statistics cursor type "statistics:lsm".Alex Gorrod
2012-10-06Fix error handling in ex_test_perf, update command line options.Alex Gorrod
2012-10-05Disable new example code until I can figure out crash.Alex Gorrod
2012-10-05Add example program to test basic LSM usage.Alex Gorrod
2012-09-23Revert last push. It had the wrong set of changes.Alex
2012-09-23Lint for dictionary skip lists.Alex
2012-09-13Pass "exclusive" to LSM create so it returns EEXIST only when expected.Michael Cahill