Comment 1 for bug 1212247

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

The fix replicates CREATE TABLE LIKE <tmp table> with two query log events:

1. first the CREATE TABLE for the source temporary table
2. then the actual CREATE TABLE LIKE... event

This way, the slave applier will get to see the definition of the temporary table. The temporary table is dropped in the slave applier at the end of processing of the replication bundle.

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