View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004370 | MMW v4 | Playlist / Search | public | 2008-02-06 12:22 | 2008-08-29 14:31 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | not fixable | ||
Product Version | 3.0 | ||||
Summary | 0004370: PlaylistSongs table can be full of garbage sometimes. | ||||
Description | As discussed here: http://www.mediamonkey.com/forum/viewtopic.php?t=25934 PlaylistSongs table is sometimes pre-filled, especially when querying by 'Playlist' in the situation when an AutoPlaylist is limited somehow (#Tracks, #MBs, #Minutes). Then the table is temporary pre-filled for this auto-playlist. But true is that it should be cleared once it is not needed and fact is that it is needed only during the query. So it is a kind of garbage now ... | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Closing this issue. Reasons: I have reviewed this issue by going through the code and I found that this issue is little more complicated. e.g. There is not clear when this pre-filled table will be needed, e.g. if there is a prepared query then this table could be needed at any time and we don't know when. i.e. We cannot clear the table if we don't know when we will need the data. Therefore I am closing this bug. It is true that it could seem to be a kind of garbage in the DB, but we must leave with it. The entries are only pairs <idSong, idPlaylist> so it is not so grave. |