mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
* Disable shutdown db analyze again.
This commit is contained in:
parent
ab602b2072
commit
7af615dbf8
@ -96,7 +96,8 @@ DatabaseImpl::DatabaseImpl( const QString& dbname, Database* parent )
|
||||
DatabaseImpl::~DatabaseImpl()
|
||||
{
|
||||
delete m_fuzzyIndex;
|
||||
|
||||
|
||||
/*
|
||||
#ifdef TOMAHAWK_QUERY_ANALYZE
|
||||
TomahawkSqlQuery q = newquery();
|
||||
|
||||
@ -108,6 +109,7 @@ DatabaseImpl::~DatabaseImpl()
|
||||
}
|
||||
|
||||
#endif
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user