RE: question: replication of tmp table.....

2003-07-14 Thread Tom Roos
ahh.. http://www.mysql.com/doc/en/Replication_Options.html: replicate-wild-ignore-table=db_name.table_name tks alec -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 July 2003 14:29 To: Tom Roos Subject: Re: question: replication of tmp table

Re: question: replication of tmp table.....

2003-07-14 Thread Victoria Reznichenko
"Tom Roos" <[EMAIL PROTECTED]> wrote: > > i run a mysql 4.0.13 master and slave on linux rh 7.3 servers. every now and then i > get a error on the slave. the error is that it cannot insert data into a table that > does not exist. the problem is that the table its complaining about is a tmp table

question: replication of tmp table.....

2003-07-14 Thread Tom Roos
g'day listers i run a mysql 4.0.13 master and slave on linux rh 7.3 servers. every now and then i get a error on the slave. the error is that it cannot insert data into a table that does not exist. the problem is that the table its complaining about is a tmp table. that table is created when (a