Comment 1 for bug 1084702

Revision history for this message
Seppo Jaakola (seppo-jaakola) wrote :

Fix pushed in revision: http://bazaar.launchpad.net/~codership/codership-mysql/5.5-23/revision/3851

This fix avoids replication of DROP TEMPORARY TABLE... However, DROP TABLE tmp, where tmp happens to be a temporary table will be replicated. So we can say that this fix is just partial solution.