first let’s assume mysql crashed before transaction 11 commited(redo log alredy record transaction 10) . In recovery process, for my understanding the mysql first use redo log and then undo log, but redo log alredy be what undo log wanted(recover to previous state cuase it uncommitted). So my question is in this condition, did undo process actually do nothing or my understanding is wrong.