SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress
SELECT SQL_CALC_FOUND_ROWS product.id, product.visible, product.categoryid,product.name, product.shortdescription description, node.name categoryname, (shopprice * (100+taxrate)/100) shopprice, (marketprice * (100+taxrate)/100) marketprice, ((marketprice-shopprice) *(100+taxrate)/100) save FROM product, tree node WHERE product.categoryid IN (9,246,220,221,243,242,245,244,228,229,230,231,232,233,234,235,236,237,238,239,240,247,254,255,256) GROUP BY product.id LIMIT 0,10