MySQL Error Occured
1021: Disk full (/tmp/#sql_231f_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

QUERY = SELECT ccCubeCart_taxes.percent AS tax_pc, ccCubeCart_cats_idx.cat_id, ccCubeCart_cats_idx.productId, productCode, quantity, description, image, price, name, popularity, sale_price, stock_level, useStockLevel FROM ccCubeCart_cats_idx INNER JOIN ccCubeCart_inventory ON ccCubeCart_cats_idx.productId = ccCubeCart_inventory.productId INNER JOIN ccCubeCart_taxes ON ccCubeCart_taxes.id = ccCubeCart_inventory.taxType WHERE ccCubeCart_cats_idx.cat_id = '18' AND ccCubeCart_cats_idx.cat_id!=6 ORDER BY price DESC