Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
This looks like a bug that was fixed in Mysql 5.1.35. I just hit it in MariaDB 5.2.10.
I'm experiencing identical behavior to the bug filed here: http://bugs.mysql.com/bug.php?id=39393
To replicate the error, I have 1 master, and 1 slave.
All servers have binlog_format = MIXED and slave-skip-errors=all
On slave 1, drop a database. Slave 1 will report:
Last_SQL_Errno: 1146
Last_SQL_Error: Error 'Table '......' doesn't exist' on opening tables
-Alex