View Issue Details

IDProjectCategoryView StatusLast Update
0004370MMW v4Playlist / Searchpublic2008-08-29 14:31
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Product Version3.0 
Summary0004370: PlaylistSongs table can be full of garbage sometimes.
DescriptionAs 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 ...

TagsNo tags attached.
Fixed in build

Activities

Ludek

2008-08-29 14:23

developer   ~0014502

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.