Closed (fixed)
Project:
Leech
Version:
5.x-1.x-dev
Component:
leech
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2007 at 16:01 UTC
Updated:
19 Jun 2007 at 17:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jo Wouters commentedInstead of changing the documentation, it may be better to change the code :-)
You can find a patch attached.
(There still seems to be a problem with non free-tagging categories; but that is not related to this change; so I will report it in a seperate issue.)
Comment #2
alex_b commentedThanks, Jo.
I tested and committed and as I was just about to roll out a new minor version, your patch is part of that (1.8).
The reason why we where using group_concat was to get some processing time from the php layer to the database and to reduce the hits to the database. However, I think 4.0 compatibility is more important, if the faster code is needed, a hack will be required.
Ideally, we would determine the mysql version on installation and adapt the queries to it. Until that happens, I ll send the group_concat guy to sleep in the repository.
Alex