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

in profiler and slow query log show the entire update statement vs just the query thats running

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.9.1
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
      None

      Currently the slow query log and profiler show the following type of information:

      Thu Oct 14 18:48:39 [conn482] update platform_asset.CONTAINER query:

      { title: "October 2009", userid: "003011802076" }

      24156ms

      It would be nice to have the update statement as well. This allows for tracking down different versions of updates where the attribute being updated might be different.

      Thu Oct 14 18:48:39 [conn482] update platform_asset.CONTAINER set :

      { field : value }

      query:

      { title: "October 2009", userid: "003011802076" }

      24156ms

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            kgorman Kenny Gorman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: