Keith Bostic
2894268cca
Put the WT_CURSOR public methods in alphabetical order.
2015-01-16 15:01:36 -05:00
Michael Cahill
1b033e5b2b
Don't allow "readonly" to be reconfigured on cursors.
...
refs #1467
2015-01-17 05:15:04 +11:00
Keith Bostic
94b9c2774d
Fix order of original cursor functions.
2014-12-22 16:43:46 -05:00
Keith Bostic
4c26d2324b
Add support for a WT_CURSOR.reconfigure method, reference #1381 .
2014-12-11 19:32:50 -05:00
Michael Cahill
f333e96644
Fix transaction ID logic (again), add session method entry / exit, add a documentation snippet.
2014-10-27 12:41:20 +11:00
Susan LoVerso
10d75f7130
Add asynchronous compact support to async API.
2014-04-28 15:23:36 -04:00
Susan LoVerso
cc7fdde5cc
Add Java support for async ops.
2014-04-21 12:23:03 -04:00
Susan LoVerso
569be29173
Use an underlying cursor for async op keys/values.
2014-04-09 14:25:51 -04:00
Susan LoVerso
970b114fc6
Clean up pass for s_all.
2014-03-26 11:42:29 -04:00
Alex Gorrod
0983863e18
Configuration parser API, update documentation and examples.
2014-02-25 13:14:48 +11:00
Alex Gorrod
54b39fc72f
Update the configuration parsing API. Not finalized, but a step closer.
2014-02-24 15:38:48 +11:00
Susan LoVerso
fe1f3aa693
First pass that compiles.
2013-05-15 13:59:11 -04:00
Keith Bostic
89b23edbdc
Support new configuration options added by the applications, using a new
...
method, WT_CONNECTION::configure_method.
For some reason I can'quite figure out, this set of changes made lint run a
bunch better on some sources, and showed up a few different uninitialized
variables in error paths. Got me why, but they're real, and I fixed them.
2013-04-09 20:17:58 -04:00
Keith Bostic
9889288775
Make WiredTiger extension functions available to linked-in modules via
...
a new function wiredtiger_extension_api(WT_EXTENSION_API **pp).
Write some WT_EXTENSION_API documentation.
Remove WT_SESSION::msg_printf, add a new msg_printf extension function
instead, convert test/format to use it.
Quit using __UNUSED in the extension code, use explicit (void) casting,
it's cleaner.
2013-04-09 13:12:36 -04:00
Alex Gorrod
39150c640e
Update Java Cursor API naming to reflect ByteArray semantics.
...
Also update documentation, to use Doxygen and @copydoc where possible.
Not yet tied into s_docs.
2013-02-19 17:06:41 +11:00