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
Hi,
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?
My replication stopped over the weekend, because a query was executed
which created temporary tables, then used that table to update one of
t
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
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 TEMPORARY TABLE tempTableA
INSERT INTO tempTableA
INSERT INTO normalTableB SELECT