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?
data_dirdisk/array, the data is gone so recovery from slave or backup is necessary. What if something happens toinnodb_log_group_home_dir? – Casey May 19 '10 at 3:05