Hi Serge,
Thank you for your simplifications. This looks much better! I had a
couple of comments on my last review which you did not react to - see below.
Serge Kozlov wrote:
[...]
> diff -Nrup a/mysql-test/suite/rpl/t/rpl_slave_grp_exec.test
> b/mysql-test/suite/rpl/t/rpl_slave_grp_exec.test
> --- /dev/null Wed Dec 31 16:00:00 196900
> +++ b/mysql-test/suite/rpl/t/rpl_slave_grp_exec.test 2008-04-02 18:51:11 +04:00
> @@ -0,0 +1,164 @@
> +#############################################################
> +# Author: Serge Kozlov <skozlov@stripped>
> +# Date: 03/21/2008
> +# Purpose: Testing slave group execution: stop in middle
> +# of a group (of events) should be immpossible on slave.
Please include an explanation that more precisely explains what should
happen on the slave when it is stopped in the middle of a group.
> +# Group of events means set of statement between BEGIN/COMMIT
> +# for transactional engines or set of events created by
> +# invoked features (like triggers, sp) for non-transactional
> +# engines.
Please include a short paragraph with a high-level description of *how*
you accomplish stopping the slave in the middle of a group.
Please include the WL number here.
[...]
> +# Clean up
> +--echo *** Clean up ***
> +--connection master
> +DROP TABLE t1,t2,t3;
Please do sync_slave_with_master at end of test.
--
Sven Sandberg, Software Engineer
MySQL AB, www.mysql.com