Error Message:
1021: Disk full (/var/mysqltmp/#sql_614e_22.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SQL:
SELECT I.name,I.description, I.productId,I.ratting,I.weight, I.price,I.amz_price,I.amz_list_price, I.sale_price, I.productId, I.image , I.cat_id,I.status,I.prod_flag, I.main_deal, C.cat_name,C.cat_father_id,I.voutes FROM cubecart_inventory AS I, cubecart_category AS C WHERE C.cat_id = I.cat_id AND I.status = '0' AND I.prod_flag = '0' AND I.no_follow='0' AND I.home_deal=1 ORDER BY productId Desc LIMIT 10