On Wed, Apr 01, 2009 at 03:03:42PM -0400, Jay Pipes wrote: > SET @replicator.enabled= FALSE; > /* do some commands... */ > SET @replicator.enabled= TRUE;
minus minus I generally don't like variable settings that magically change behaviour... and I don't like the idea of generally disabling replication for some things - smells like good ways to shoot your foot off in having master and slave be consistent. I still prefer REPLICATE syntax... -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

