What will happen if MySQL cannot write to InnoDB log?
- by Casey
What happens to MySQL if the partition that contains InnoDB's log files (innodb_log_group_home_dir) becomes full, read-only or otherwise unwritable?
If this did happen, what recovery process would be required? Could I use a slave to aid recovery of the master?