THis is a known problem. Upgrade to 3.23.33.

"J.A. Romero L." wrote:
> 
> >Description:
>         3.23.32 can't reestablish replication link after slave shutdown (fixed)
> >How-To-Repeat:
>         Configure master and slave, start replicating then stop and restart the 
>slave.
> >Fix:
>         file: sql/slave.cc, line: 516
>         is written: mi->log_file_name[length]= 0; // kill \n
>         should be: mi->log_file_name[length - 1] = 0; // kill \n
> 
> >Submitter-Id:  Jose A. Romero
> >Originator:    Jose A. Romero
> >Organization:  Onet.pl - Poland
>   --
>     Jose A. Romero L.
>       Programowanie Systemowe / IT @ Onet.pl
>         [EMAIL PROTECTED]
>   "It is impossible to make anything foolproof because fools are so ingenious."
>   >
>   >MySQL support: none
>   >Synopsis:      replication slave can't find the master binary log after shutdown
>   >Severity:      non-critical
>   >Priority:      low
>   >Category:      mysql
>   >Class:         sw-bug
>   >Release:       mysql-3.23.32 (Source distribution)
> 
>   >Environment:
> 
>   System: Linux joselo 2.2.17 #2 Wed Jan 3 12:07:49 UTC 2001 i686 unknown
>   Architecture: i686
> 
>   Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
>   GCC: Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.3/specs
>   gcc version 2.95.3 20010125 (prerelease)
>   Compilation info: CC='gcc'  CFLAGS=''  CXX='c++'  CXXFLAGS=''  LDFLAGS=''
>   LIBC:
>   lrwxrwxrwx    1 root     root           14 Aug  1  2000 /lib/libc.so.5 -> 
>libc.so.5.4.46
>   -rw-r--r--    1 root     root       586720 Feb  9  1999 /lib/libc.so.5.4.46
>   lrwxrwxrwx    1 root     root           13 Feb  8 14:21 /lib/libc.so.6 -> 
>libc-2.2.1.so
>   -rwxr-xr-x    1 root     root      1078540 Jan 14 06:51 /lib/libc-2.2.1.so
>   -rw-r--r--    1 root     root      2471916 Jan 14 06:53 /usr/lib/libc.a
>   -rw-r--r--    1 root     root          178 Jan 14 06:53 /usr/lib/libc.so
>   -rw-r--r--    1 root     root       665216 Apr 24  2000 /usr/lib/libc-client.so.4.7
>   Configure command: ./configure  --localstatedir=/var/lib/mysql --prefix=/opt/mysql
> 
> ---------------------------------------------------------------------
> 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

---------------------------------------------------------------------
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