Does this problem exist in 3.23.32??



>
>Thanks for the bug report. The problem is a bug in the code that skips events 
>when it sees a log entry with the same server id - something that can only 
>happen in the bi-directional replicaiton setup. Fix:
>
>--- 1.85/sql/slave.cc   Sat Jan 27 15:33:30 2001
>+++ edited/slave.cc     Wed Feb 14 12:35:34 2001
>@@ -849,7 +849,8 @@
> 
>       mi->inc_pos(event_len);
>       flush_master_info(mi);
>-      --slave_skip_counter;
>+      if(slave_skip_counter)
>+        --slave_skip_counter;
>       delete ev;
>       return 0;                                        // avoid infinite 
>update loops
>     }                                                                        
>                    






---------------------------------------
Tenha uma conta de email Grátis no ACBusca!  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to