MDL-67274 Tasks: Log display fails with memory errors

This commit is contained in:
sam marshall
2019-11-19 10:51:22 +08:00
committed by Jake Dallimore
parent d0a9211f51
commit 7d05f78363
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}