diff -r 79c49924ae23 -r af3740e3753f mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbmusic.cpp --- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbmusic.cpp Tue Jul 06 14:13:36 2010 +0300 +++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbmusic.cpp Wed Aug 18 09:46:20 2010 +0300 @@ -712,7 +712,7 @@ // Run query and add result media objects to the cache array. MPX_FUNC("CMPXDbMusic::ExecuteQueryAllSongsL"); - RSqlStatement recordset(iDbManager.ExecuteSelectQueryL(KQueryMusicGetAllSongs)); + RSqlStatement recordset(iDbManager.ExecuteSelectQueryL(KQueryMusicGetAllSongsMinimum)); CleanupClosePushL(recordset); TInt err(KErrNone); @@ -2436,6 +2436,7 @@ // Do not create any other indexes than the one on UniqueId // as they only slow down the database overall + User::LeaveIfError(aDatabase.Exec(KMusicDeletedTitleIndex)); } // ----------------------------------------------------------------------------