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

__curmetadata_close ignores a cursor close

    • Type: Icon: Task Task
    • Resolution: Done
    • WT2.3.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      @agorrod, __curmetadata_close ignores the return from file_cursor->close:

              mdc = (WT_CURSOR_METADATA *)cursor;
              file_cursor = mdc->file_cursor;
              CURSOR_API_CALL(cursor, session,
                  close, ((WT_CURSOR_BTREE *)file_cursor)->btree);
      
              ret = file_cursor->close(file_cursor);
      
              WT_ERR(__wt_cursor_close(cursor));
      

      would you please fix that one?

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: