Query Error
Query: SELECT p.*,p.id,COUNT(*) orders_count FROM shop_product p JOIN shop_order_items items1 ON p.id = items1.product_id JOIN shop_order_items items2 ON items1.order_id = items2.order_id AND items1.type = 'product' WHERE items1.product_id != 368 AND items2.product_id = 368 AND p.status = 1 GROUP BY p.id ORDER BY orders_count DESC LIMIT 5
Error: 1021
Message: Disk full (/tmp/#sql_35e223_2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")