wterl/c_src
Steve Vinoski 2e37fc1bd1 avoid using cursor-fetched values after closing cursor
The wterl:session_get function was fetching a value using a cursor, then
closing the cursor, and then trying to use the fetched value to create the
return binary. According to the WiredTiger documentation, this is a no-no
-- a value is good only until the next operation on the cursor used to
fetch it. We've been seeing occasional segmentation violations in the
memcpy for the fetched value, and this might explain it.
2012-04-04 20:13:58 -04:00
..
build_deps.sh update to WiredTiger 1.1.3 2012-04-04 15:20:08 -04:00
wiredtiger-1.1.3.tar.bz2 update to WiredTiger 1.1.3 2012-04-04 15:20:08 -04:00
wterl.c avoid using cursor-fetched values after closing cursor 2012-04-04 20:13:58 -04:00