-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
A call to session->open_cursor(session, "table:T", ...) can reasonably expect that the returned cursor has cursor->uri == "table:T". Instead, an optimization for "simple" tables means that we may return a cursor on the underlying file with cursor->uri == "file:T.wt" (or maybe "lsm:T", or ...).
- duplicates
-
WT-3369 WT_CURSOR->uri should always match the URI used to open the cursor
- Closed