From b9812e022d31bcf34dead5fbed93f55b6c6941d4 Mon Sep 17 00:00:00 2001 From: Tomo Tsuyuki Date: Tue, 9 Feb 2021 10:17:01 +1100 Subject: [PATCH] MDL-70525 tool_profiling: Cannot import profiling file Change type from int to integer to be able to have big numbers --- lib/xhprof/readme_moodle.txt | 1 + lib/xhprof/xhprof_moodle.php | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/xhprof/readme_moodle.txt b/lib/xhprof/readme_moodle.txt index 4da05a84145..16e0f575f22 100644 --- a/lib/xhprof/readme_moodle.txt +++ b/lib/xhprof/readme_moodle.txt @@ -39,4 +39,5 @@ TODO: 20191016 - MDL-65349 - Brendan Heywood (brendanheywood): Improved url matching behaviour 20201012 - MDL-67081 - Brendan Heywood (brendanheywood): Support selective profiles from CLI 20201210 - MDL-70297 - Ilya Tregubov (ilyatregubov): Upgrade to 2.2.3 release; +20210209 - MDL-70525 - Tomo Tsuyuki (tomotsuyuki): Allow huge number of values diff --git a/lib/xhprof/xhprof_moodle.php b/lib/xhprof/xhprof_moodle.php index cdfba73fc5a..b87916dbdd2 100644 --- a/lib/xhprof/xhprof_moodle.php +++ b/lib/xhprof/xhprof_moodle.php @@ -827,10 +827,10 @@ function profiling_get_import_run_schema() { - - - - + + + +