Can't change size of file (Errcode: 28)
14
query=SELECT products.*, prodcat_weight.price as pcwprice, min(products_atts.price) as pricefrom, min(products_atts.pricex) as pricexfrom, count(products_atts.product_id) as attcount from prodcat_weight_sync inner join products on products.prod_id=prodcat_weight_sync.prod_id inner join prodcat_weight on prodcat_weight.prod_id=prodcat_weight_sync.prod_id left join products_atts on products.id=products_atts.product_id WHERE prodcat_weight_sync.synckey='luBHdO1FNhb5q2ZJtiUp' group by products.id order by prodcat_weight_sync.synctime asc