WL#2734: Multi-source: New rpl path for VC++

Affects: Server-7.1   —   Status: On-Hold

SUMMARY

One might need to update VC++Files/sql/mysqld.dsp 
to mention the new rpl/ paths

DESCRIPTION

Guilhem wrote in his review:
> > --- mysql-5.1/sql/Makefile.am	2005-06-22 10:22:58 +02:00
> > +++ mysql-5.1-wl1697/sql/Makefile.am	2005-07-06 01:23:13 +02:00
> > @@ -89,7 +91,8 @@
> >  			sql_db.cc sql_table.cc sql_rename.cc sql_crypt.cc \
> >  			sql_load.cc mf_iocache.cc field_conv.cc sql_show.cc \
> >  			sql_udf.cc sql_analyse.cc sql_analyse.h sql_cache.cc \
> > -			slave.cc sql_repl.cc rpl_filter.cc \
> > +			rpl/slave.cc rpl/master.cc rpl/filter.cc rpl/info_file.cc \
> > +			rpl/mi.cc rpl/rli.cc rpl/mic.cc \
> >                          sql_union.cc sql_derived.cc \
> >  			client.c sql_client.cc mini_client_errors.c pack.c\
> 
> [G] I suspect you need to update
> [G] VC++Files/sql/mysqld.dsp to mention the new rpl/ paths,
> [G] otherwise Windows compiler won't find its eggs.

I'm assinging this to Elliot in the hope that he 
can help me with this. :-)