> I have the same problem. I put the debug logging on and this query seems
> to take forever in MySQL:
>
> SELECT COUNT( * ) FROM tracks me LEFT JOIN tracks_persistent persistent
> ON persistent.url = me.url WHERE ( ( audio = ? AND (
> persistent.lastplayed IS NULL OR persistent.lastplayed < ? ) ) ): '1',
> '1251308488'

Interesting. Sounds like this bug:
https://bugs.slimdevices.com/show_bug.cgi?id=13233

Can you easily reproduce this? If so - how do you do it? I've seen it  
happen once, but haven't been able to reproduce.

Michael
_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to