summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Run more of the wiredtiger_open calls by closing previously opened handles.Keith Bostic2013-02-251-9/+21
* Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-2/+6
* Michael's suggestion to use a statistics_log.wait value of not-zero toKeith Bostic2013-02-211-2/+2
* Documentation typo: need commas between config values.Michael Cahill2013-02-211-1/+1
* Merge pull request #453 from wiredtiger/javaMichael Cahill2013-02-202-0/+74
|\
| * Fix copyright notices in Java source code.Alex Gorrod2013-02-191-1/+31
| * Remove stub WiredTiger YCSB implementation from source tree.Alex Gorrod2013-02-191-254/+0
| * Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod2013-02-192-6/+10
| * Update Java example to use new cursor interface.Alex Gorrod2013-02-131-6/+9
| * Update Java structure packing implementation.Alex Gorrod2013-02-121-15/+15
| * Add a Java implementation of packed formats.Alex Gorrod2013-02-082-3/+255
| * Merge branch 'develop' into javaAlex Gorrod2013-01-311-1/+39
| |\
| * | Add in examples to Java build.Alex Gorrod2013-01-252-0/+22
| * | Merge branch 'updevelop' into develop. Manually merged.Alex Gorrod2013-01-2417-1014/+348
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/develop' into developAlex Gorrod2012-11-284-40/+980
| |\ \ \
| * \ \ \ Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developMichael Cahill2012-08-1616-113/+129
| |\ \ \ \
| * | | | | imported patch java-apiMichael Cahill2012-07-072-0/+17
* | | | | | Add a new server thread that can be configured to periodically outputKeith Bostic2013-02-201-1/+11
| |_|_|_|/ |/| | | |
* | | | | Add a section on compression to the performance tuning page.Keith Bostic2013-01-281-0/+10
* | | | | Add better wording on checksum configuration, add wording for direct I/OKeith Bostic2013-01-281-1/+15
* | | | | Add wording about read-only objects and mmap to the Performance Tuning page.Keith Bostic2013-01-281-0/+14
| |_|_|/ |/| | |
* | | | 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