List:Commits« Previous MessageNext Message »
From:Andrei Elkin Date:April 9 2009 1:15pm
Subject:Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319
Bug#38205
View as plain text  
A correction ...

>>> +let $pos1_slave= query_get_value(SHOW SLAVE STATUS, Exec_Master_Log_Pos,
> 1);
>>> +
>>> +--echo *** the prove: the stopped slave has rolled back the current
> transaction ***
>>> +
>>> +--disable_query_log
>>> +select count(*) as zero from t1i;
>>> +eval select $pos0_master - $pos0_slave as zero;
>>> +eval select $pos1_master > $pos0_slave as one;
>>> +--enable_query_log
>>> +
>>> +start slave sql_thread;
>>> +
>>
>
>> source include/wait_for_slave_sql_to_start.inc;
>
> That's a possiblity, i'd rather use it.

I got confused to read include/start_slave_sql in above and that made
me to write on agreeing.
As it's actually about to *wait*, I'd rather to refuse, because 
of the following lines.

> Still the patch's way `start slave' does not make
> the test incorrect.
>

> I mean `START SLAVE sql_thread' is fully synchronous and if it returns OK
start_slave_threads() has wait_for_start=1 in the only invocation.

We'd better to remove the really confising `wait_for_slave_sql_to_start'.

cheers,

Andrei
Thread
bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205Andrei Elkin26 Mar
  • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205Alfranio Correia2 Apr
    • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205Andrei Elkin2 Apr
      • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205Alfranio Correia2 Apr
  • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205He Zhenxing8 Apr
    • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205Andrei Elkin9 Apr
      • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205Andrei Elkin9 Apr
        • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205He Zhenxing10 Apr
      • Re: bzr commit into mysql-5.1-bugteam branch (aelkin:2836) Bug#319Bug#38205He Zhenxing10 Apr