Index: branches/5.1.x/core/kernel/db/db_connection.php =================================================================== diff -u -N -r13168 -r13750 --- branches/5.1.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 13168) +++ branches/5.1.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 13750) @@ -1,6 +1,6 @@ 200) { + $first_cell = substr($first_cell, 0, 50) . ' ...'; + } + $debugger->profileFinish('sql_'.$queryID, null, null, $this->getAffectedRows(), $first_cell, $this->_queryCount, $this->nextQueryCachable); $debugger->profilerAddTotal('sql', 'sql_'.$queryID); $this->nextQueryCachable = false;