Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-28575

Profile entry for update/delete should contain entire raw update/delete

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.8
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Minor Change
    • Query 2017-05-08, Query 2017-05-29

      The profile entry for update/delete should contain the entire raw update/delete in the command field, i.e. for updates:

      { q: <query>, u: <update>, upsert: <boolean>, multi: <boolean>, ... }
      

      and for deletes:

      { q : <query>, limit : <integer>, ... }
      

      Remove the query, updateobj and collation fields, as they become redundant. Legacy updates/deletes should have the same format in the profile entry.

      Extend profile_*.js tests to ensure that the arrayFilters are logged for update and findAndModify.

      The log lines for individual updates/deletes and the currentOp should have the same command field. Their query, update, and collation fields should be removed.

      The query/insert field should be renamed to command for all command's currentOp, log lines, and profile entries.

            Assignee:
            tess.avitabile@mongodb.com Tess Avitabile (Inactive)
            Reporter:
            tess.avitabile@mongodb.com Tess Avitabile (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: