debugging message:querycache error
create table qcache_20090401224248.qcache_a75ad6fc865d8768b362764f0b2d76a5 (unique(rectrack_id)) SELECT t.rectrack_id as rectrack_id, t.metatrack_id as metatrack_id, t.recwork_id as recwork_id, w.metawork_id as metawork_id, 100 as relevance, 100 as popularity,1 as is_exact_match FROM en_rectrack as t INNER JOIN en_recwork as w using(recwork_id) INNER JOIN cache_rectrack_usage as u ON(t.rectrack_id=u.rectrack_id and domain_userclass_id in(6561,6557));
Unknown database 'qcache_20090401224248'
debugging message:querycache error
create table qcache_20090401224248.qcache_a5cad0d66477942a9a657c611f946e9a (index(country_code),index(letter)) SELECT left(country.name, 1) as letter, country.name as name, country.country_code as country_code, count(country.country_code) as cnt FROM qcache_20090401224248.qcache_a75ad6fc865d8768b362764f0b2d76a5 as input inner join en_rectrack_country using (rectrack_id) inner join country on (en_rectrack_country.country_code = country.country_code) GROUP BY country.country_code order by name;
Table 'qcache_20090401224248.qcache_a75ad6fc865d8768b362764f0b2d76a5' doesn't exist