Tom Cunningham <[EMAIL PROTECTED]> wrote:
>
> In short: what is the standard MySQL handling of temporary tables,
> *especially* when you've got a slave filter on to only replicate certain
> tables?
These options apply to the temporary tables too.
>
> My replication stopped over the weekend, b
On 26 Feb 2002, Arjen Lentz wrote:
> On Tue, 2002-02-26 at 12:21, Peter Jennings wrote:
> > We have been trying to solve a replication issue related to TEMPORARY
> > tables.
> >
> > Here's the issue
> >
> > Every three hours we run a processX (C++ compiled program) on the Master
> > mysql that
Hi Peter,
On Tue, 2002-02-26 at 12:21, Peter Jennings wrote:
> We have been trying to solve a replication issue related to TEMPORARY
> tables.
>
> Here's the issue
>
> Every three hours we run a processX (C++ compiled program) on the Master
> mysql that goes something like this:
>
> CREATE TEM