You can suppress writing the delete query to the binary log.

mysql>set sql_log_bin = 0;
mysql>delete ... ;
mysql>set sql_log_bin=1; 

Bonnet R?my <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I have a database which is flushed every four hours,
> and
> I want to replicate it without replicating the delete
> queries . Is this possible ?
> (sorry for my awful english)

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

Reply via email to