Got error 28 from storage engine
Query: SELECT h.hotelId, h.title, h.star, h.minRate, h.city, h.address, h.currencyCode, SQRT(POW(69.1 * (h.latitude - 50.85), 2) + POW(69.1 * (4.35 - h.longitude) * COS(h.latitude / 57.3), 2)) AS distance, i.square60, d.description FROM hotel h LEFT JOIN hotelImage i ON (h.hotelId=i.hotelId) LEFT JOIN hotelDescription d ON (h.hotelId=d.hotelId AND d.descriptionTypeId='6') WHERE h.countryCode='be' AND SQRT(POW(69.1 * (h.latitude - 50.85), 2) + POW(69.1 * (4.35 - h.longitude) * COS(h.latitude / 57.3) , 2)) < 12 GROUP BY h.hotelId ORDER BY distance ASC LIMIT 0, 10