Hi

I use mysql-5.0.45 on opensuse 10.2 linux x86.

The following reproducably breaks replication:

node A is master
node B is slave

A mysql> use anydb;
A mysql> drop view asdasdasd;
ERROR 1051 (42S02): Unknown table 'asdasdasd'

The name of the view does not matter. It does not exist, so mysql gives an error, but the statement makes it to the slave and breaks replication there, as it does not succeed there either.

Any hints?

If you need additional information, let me know, I'll be happy to supply it.

Regards
Dominik

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to