From: shawn green Date: April 20 2012 1:13pm Subject: Re: Maser-Slave replication is playing up List-Archive: http://lists.mysql.com/mysql/227223 Message-Id: <4F9160E3.6030109@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello Egor, On 4/20/2012 8:52 AM, nixofortune wrote: > Hi Shaw, > I have two more question here. > 1. Why those rows hasn't been deleted on slaves? > 2. Why no slow logs entries were created? > Many thanks for your time and effort. 1) Perhaps the slave has not reached that point in the binary logs? You did say they were still behind. The other thing to check is if the master wrote those commands into the binary log (check the master's config file for any binlog* filters) or if the slave has been told to not execute those commands (look in the slave's config file for any replicate* filters) http://dev.mysql.com/doc/refman/5.5/en/replication-options-binary-log.html#option_mysqld_binlog-do-db http://dev.mysql.com/doc/refman/5.5/en/replication-options-slave.html#option_mysqld_replicate-do-db 2) The SLAVE SQL thread, by default, does not contribute to the Slow Query Log. To enable this, use the --log-slow-slave-statements option. http://dev.mysql.com/doc/refman/5.5/en/slow-query-log.html Yours, -- Shawn Green MySQL Principal Technical Support Engineer Oracle USA, Inc. - Hardware and Software, Engineered to Work Together. Office: Blountville, TN