Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-3368

Table cursor URI should match requested table

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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 ...).

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: