Remove support for touch command for WiredTiger

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 3.0.0-rc6
    • Affects Version/s: 2.8.0-rc4
    • Component/s: Storage
    • Minor Change
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      // assuming a collection 'foo' exists
      db.runCommand({touch: 'foo', data: true})
      

      returns

      { "data" : { "numRanges" : 1, "millis" : 0 }, "ok" : 1 }
      

      but should return

      {
      	"ok" : 0,
      	"errmsg" : "this storage engine does not support touch",
      	"code" : 115
      }
      

              Assignee:
              Daniel Alabi (Inactive)
              Reporter:
              Daniel Alabi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: