From: Stewart Smith Date: May 13 2009 2:49pm Subject: Re: MySQL Reengineering Project List-Archive: http://lists.mysql.com/internals/36673 Message-Id: <20090513144955.GE16949@flamingspork.com> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT On Wed, May 13, 2009 at 08:31:09AM -0400, Baron Schwartz wrote: > Or you might want the ability to open a connection to the server and > join the same context (e.g. transaction) as an existing connection. (without having looked at the code) it's my guess that the parallel slave thread work does this inside the server. If accessible outside the server, you could apply replication logs in sep process - which does seem awfully like a nice idea. -- Stewart Smith