We are using MySQL v5.1 with a partitioned table using MyISAM engine. We are getting the following message in the error log. 080220 9:16:55 [ERROR] /usr/libexec/mysqld: Can't open file: './stun_development/Subscribers.frm' (errno: 24) ...
I am having a problem on a newly setup slave database every day I get replication error Unknown error 1507' on query. Query: 'ALTER TABLE x DROP PARTITION x'. They all relate to partitions and does not seem to exist. So far I have been skipping the error however I am not certain ...