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

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 1.9.1
    • None
    • Admin
    • None

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: