1021 - Disk full (/tmp/#sql_42e_3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SELECT DISTINCT p.products_id,
pr.price_incl_tax as products_real_price,
p.products_fsk18,
p.products_shippingtime,
p.products_model,
p.products_ean,
pd.products_name,
p.products_price,
m.manufacturers_name,
p.products_quantity,
p.products_image,
p.products_weight,
pd.products_short_description,
pd.products_description,
p.manufacturers_id,
p.products_vpe,
p.products_vpe_status,
p.products_vpe_value,
p.products_discount_allowed,
p.products_frozen_shippment,
p.vintage,
p.products_tax_class_id
FROM products_description pd, manufacturers m, products p left join specials s on p.products_id = s.products_id
JOIN pricing pr ON p.products_id = pr.products_id
WHERE p.products_status = '1'
AND pd.products_id = p.products_id
AND pd.language_id = '2'
AND p.manufacturers_id = m.manufacturers_id
AND m.manufacturers_id = '6601'
AND pr.customers_status = '1'
-- filter start
-- filter specials
-- filter sliders
-- filter price
-- filter end
ORDER BY pd.products_name
[XT SQL Error]