Comment 4 for bug 1539504

Revision history for this message
Ovais Tariq (ovais-tariq) wrote :

I specifically don't see the reason why the statement "DROP /*!40005 TEMPORARY */ TABLE IF EXISTS..." needs to be logged to the binary log when ROW binlog format is used. So it should potentially be possible to suppress the automatic drop statement when binlog_format is set to ROW. When binlog_format is set to ROW, then temporary table create is not logged to the binary logs.