wterl/src
Steve Vinoski 99b096caf3 check return value of wterl:session_create
Versions of WiredTiger prior to 1.3.3 had trouble handling riak restarts,
returning errors from wterl:session_create that would prevent riak from
restarting if it was not cleanly shut down on the previous run. We
previously avoided checking the return value of wterl:session_create to
avoid this problem. WT 1.3.3 fixes this, so reinstate the check of the
wterl:session_create return value.
2012-10-14 13:43:21 -04:00
..
riak_kv_wterl_backend.erl check return value of wterl:session_create 2012-10-14 13:43:21 -04:00
temp_riak_kv_backend.erl add temp copy of riak_kv_backend 2012-02-28 13:16:57 -05:00
wterl.app.src make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00
wterl.erl update to WiredTiger 1.3.3 2012-10-11 13:33:37 -04:00
wterl_app.erl make wterl an app, cache the WT connection 2012-02-17 00:42:22 -05:00
wterl_conn.erl allow WiredTiger config to be set in application env 2012-04-09 16:50:01 -04:00
wterl_ets.erl add wterl_ets to hold ets table for wterl_conn 2012-04-05 16:10:50 -04:00
wterl_sup.erl add wterl_ets to hold ets table for wterl_conn 2012-04-05 16:10:50 -04:00