-
Bug
-
Resolution: Fixed
-
Major
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
-
-
We are getting an exception when applying sorting on the "Config changes" report:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DESC, c1_timemodified DESC LIMIT 0, 30' at line 1 |
SELECT results.*, 2888 AS rbalias14 FROM (SELECT rbalias0.timemodified AS c1_timemodified, rbalias1.firstname AS c2_firstname, rbalias1.middlename AS c2_middlename, rbalias1.lastname AS c2_lastname, rbalias1.id AS c2_id, rbalias0.plugin AS c3_plugin, rbalias0.name AS c4_name, rbalias0.value AS c5_value, rbalias0.oldvalue AS c6_oldvalue FROM mdl_config_log rbalias0 LEFT JOIN mdl_user rbalias1 ON rbalias1.id = rbalias0.userid WHERE 1=1 ) results ORDER BY DESC, c1_timemodified DESC LIMIT 0, 30 |
[array (
|
)]
|
It seems that the same is happening in the "Comments" and "Tag collections" report.
- is a regression caused by
-
MDL-83718 Improve reportbuilder table performance by combining count + select
-
- Closed
-