Based on this article, if you are using the default InnoDB recovery mode, any crash recovery that is done is performed in the background once connections are accepted. The MySQL manual page explains this in more detail.
I believe in practice this means that if the server accepts connections, transactions will work normally.
Based on this article, if you are using the default InnoDB recovery mode, any crash recovery that is done is performed in the background once connections are accepted. The MySQL manual page explains this in more detail.
I believe in practice this means that if the server accepts connections, transactions will work normally.