Nope!
But maybe you should learn about the 'Binary Log'? It is just like a tape recorder recording everything that happens to your database.
If you had this one active with your database you could restore your latest backup and 'replay' the binary log from the point of time of the backup to the point of time where something went wrong.
It is all in the MySQL documentation. They also published an article on it some 4-6 months ago. Must be in their archives.