----------------------------------------------------------------------------
Changes committed by dave on Fri Apr 15 18:05:06 2005
Added Files:
in mb_server/cgi-bin/MusicBrainz/Server:
Replication.pm
in mb_server/htdocs/docs:
Replication
Modified Files:
in mb_server:
INSTALL
in mb_server/admin:
InitDb.pl MBImport.pl startup.pl
in mb_server/admin/replication:
LoadReplicationChanges
in mb_server/cgi-bin:
DBDefs.pm MusicBrainz.pm QuerySupport.pm
in mb_server/cgi-bin/MusicBrainz/Server:
Mason.pm
in mb_server/htdocs:
index.html jumpmod.html mod_intro.html newlogin.html
stats.html
in mb_server/htdocs/bare:
cdlookup.html
in mb_server/htdocs/comp:
loginbox navbar searchinternal sidebar sitemenu
in mb_server/htdocs/mod/search:
select-filter.html
in mb_server/htdocs/products/server:
download.html
in mb_server/htdocs/reports:
index.html
in mb_server/htdocs/user:
forgot-password.html
Log Message:
Replaced DB_IS_REPLICATED by a three-way indicator (RT_MASTER, RT_SLAVE,
RT_STANDALONE). Split replication docs out of INSTALL and into
htdocs/docs/Replication. Removed --with-replication from InitDb.pl.
Store non-replicated tables list in MusicBrainz::Server::Replication.
Never import non-replicated tables into a slave.
----------------------------------------------------------------------------
|