Is it possible to create an MySQL query that kills itself if it takes too long to complete? I would like to know if is possible to predict average time spent on querying, and prevent database exhausting. Is there some tool or native trick tha allow us to do this?Is it possible to create an MySQL query that ki