diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2016-11-07 13:13:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 13:13:00 -0500 |
commit | f8afbce1f26f5a6683594641279ad0c065145825 (patch) | |
tree | 476828786452654bdac5cff10083bfb4c94c4f65 /dist/api_data.py | |
parent | 346180e79d0a9dd89644f63cfd8754723b6ecf60 (diff) | |
download | mongo-f8afbce1f26f5a6683594641279ad0c065145825.tar.gz |
WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)
* WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor.
Don't skip "uri" past "join:", we're going to call __wt_cursor_init()
with that value, and we want to copy the original uri into the cursor's
internal_uri field.
* Don't mix-and-match error/return handling in __wt_json_token(),
return immediately on any error.
* Set a join cursor's internal_uri to the join URI.
* Free internal_uri now that the cursor owns it.
Diffstat (limited to 'dist/api_data.py')
0 files changed, 0 insertions, 0 deletions