with the fix above, on QA_4_1 SELECT sum(Size) as bytes, count(CRC) as num FROM backups...
with the fix above, on QA_4_1 SELECT sum(Size) as bytes, count(CRC) as num FROM backups...
on QA_4_1 SELECT sum(Size) as bytes, count(CRC) as num FROM backups GROUP BY CRC...
I didn't test it in QA_4_1, I will test it out some more.
This is due to some recently committed code in libraries/sql.lib.php at line 842,...
Managed to replicate this in master and MAINT_4_1_6. Bug is not present in MAINT_4_1_5....
Managed to replicate this in master. Will look into it further.
Managed to replicate this in master, not present in STABLE. Will look into it fu...