Hi Zhenxing,
Great work. Patch approved!
Best Regards,
Daogang
He Zhenxing wrote:
> #At file:///media/sdb2/hezx/work/mysql/bzrwork/b47638/5.1-bugteam/ based on
> revid:zhenxing.he@stripped
>
> 3256 He Zhenxing 2009-12-14
> Bug#47638 The rpl_killed_ddl test fails on Windows
>
> When the $diff_statement variable for diff_master_slave.inc was
> put in multiple lines, the rear part of the statement would be
> missing when being executed on Windows systems.
>
> Fixed the problem by always putting the value for $diff_statement
> in one line.
> @ mysql-test/suite/rpl/t/rpl_killed_ddl.test
> putting the statement for $diff_statement variable in one line.
>
> M mysql-test/suite/rpl/t/rpl_killed_ddl.test
> === modified file 'mysql-test/suite/rpl/t/rpl_killed_ddl.test'
> --- a/mysql-test/suite/rpl/t/rpl_killed_ddl.test 2009-12-10 03:51:42 +0000
> +++ b/mysql-test/suite/rpl/t/rpl_killed_ddl.test 2009-12-14 06:11:13 +0000
> @@ -158,8 +158,7 @@ source include/kill_query_and_diff_maste
>
> ######## EVENT ########
>
> -let $diff_statement= SELECT event_name, event_body, execute_at
> - FROM information_schema.events where event_name like 'e%';
> +let $diff_statement= SELECT event_name, event_body, execute_at FROM
> information_schema.events where event_name like 'e%';
>
> send CREATE EVENT e2
> ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 DAY
>
>
> ------------------------------------------------------------------------
>
>