Index: branches/5.0.x/core/kernel/db/db_connection.php =================================================================== diff -u -N -r12896 -r13529 --- branches/5.0.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 12896) +++ branches/5.0.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 13529) @@ -1,6 +1,6 @@ 200) { + $first_cell = substr($first_cell, 0, 50) . ' ...'; + } + $debugger->profileFinish('sql_'.$queryID, null, null, $this->getAffectedRows(), $first_cell, $this->_queryCount); $debugger->profilerAddTotal('sql', 'sql_'.$queryID); }