Temporary tables in binary logs

2002-08-14 Thread Michael McClennen
I just noticed that creations and deletions of temporary tables are recorded in the MySQL binary log. My question is: during replication, are these transmitted and replayed on the slave servers? If so, could someone explain to me why? This would seem to be useless, since the temporary tables

Re: Temporary tables in binary logs

2002-08-14 Thread Paul DuBois
At 16:33 -0400 8/14/02, Michael McClennen wrote: I just noticed that creations and deletions of temporary tables are recorded in the MySQL binary log. My question is: during replication, are these transmitted and replayed on the slave servers? If so, could someone explain to me why? This would