Files
mongo/examples
Keith Bostic 148b1c8bc3 Add a new WT_EXTENSION_API method that returns the default session for
a WT_CONNECTION, we need a session to use the other WT_EXTENSION_API
methods.

Remove the "exclusive" argument to the WT_DATA_SOURCE.create method:
we handle it internally and it's not documented anywhere (besides it's
not standard for the WT_SESSION.create method, if the WT_SESSION.create
method needs it, it should retrieve it from the configuration information).
2013-04-16 13:02:55 -04:00
..