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
- depends on
-
SERVER-1591 don't use a StringBuilder in OpDebug
- Closed