MDL-67274 Tasks: Log display fails with memory errors

This commit is contained in:
sam marshall
2019-11-18 13:46:32 +00:00
parent d547735f2f
commit b4e2b99c85
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ class task_log_table extends \table_sql {
}
$sql = "SELECT
tl.*,
tl.id, tl.type, tl.component, tl.classname, tl.userid, tl.timestart, tl.timeend,
tl.dbreads, tl.dbwrites, tl.result,
tl.dbreads + tl.dbwrites AS db,
tl.timeend - tl.timestart AS duration,
{$userfields}