Re: Replication and temporary tables

2001-08-20 Thread Jeremy Zawodny
On Mon, Aug 20, 2001 at 02:04:09PM -0500, Mike Wexler wrote: > > Is there any reason why I shouldn't create temporary tables on a > slave server? The tables only last until the client closes its > connection, they aren't visible to other clients. > > I don't do any > INSERT INTO SELECT ...

Replication and temporary tables

2001-08-20 Thread Mike Wexler
Is there any reason why I shouldn't create temporary tables on a slave server? The tables only last until the client closes its connection, they aren't visible to other clients. I don't do any INSERT INTO SELECT ... FROM --