Mysql Error: SELECT * , MIN( price ) AS minPrice, MAX( price ) AS maxPrice, COUNT( id ) AS numMerchants, MATCH name AGAINST ('Μποτάκια Ralph Lauren 2002') AS relevance FROM `pt_products` WHERE category = '192' AND MATCH name AGAINST ('Μποτάκια Ralph Lauren 2002') AND name <> 'Μποτάκια Ralph Lauren' GROUP BY name ORDER BY relevance DESC LIMIT 3
Disk full (/var/tmp/#sql_6fe_2); waiting for someone to free some space...