On Fri, 2010-11-19 at 16:32 +0800, Daogang Qu wrote:
> > +
> > +--echo # Re-insert master-bin.000002 into index file manually.
> > +if (`SELECT CONVERT(@@VERSION_COMPILE_OS USING latin1) NOT IN ('Win32',
> 'Win64', 'Windows')`)
> > +{
> > +append_file $MASTER_DATADIR/master-bin.index;
> > +./master-bin.000002
> > +EOF
> > +sleep 0.00000001;
> > +}
> > +if (`SELECT CONVERT(@@VERSION_COMPILE_OS USING latin1) IN ('Win32', 'Win64',
> 'Windows')`)
> > +{
> > +append_file $MASTER_DATADIR/master-bin.index;
> > +.\master-bin.000002
> > +EOF
> > +sleep 0.00000001;
> >
> It's duplicate. (NOT IN || IN) != ALL?
The different is :
On windows OS
".\master-bin.000002", while on Linux it is
"./master-bin.000002".
> > +}
> >
>
> >
>
--
Your Sincerely,
Libing Song
==================================
MySQL Replication Team
Software Engineer
Email : Li-Bing.Song@stripped
Skype : libing.song
MSN : slb_database@stripped
Phone : +86 010-6505-4020 ext. 319
Mobile: +86 138-1144-2038
==================================