From: Alex Esterkin Date: May 12 2009 9:07pm Subject: Re: MySQL Reengineering Project List-Archive: http://lists.mysql.com/internals/36656 Message-Id: <81f5410f0905121407x5dda0064q77839df8057eab9c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, May 12, 2009 at 4:36 PM, Brian Aker wrote: > Hi! > > On May 12, 2009, at 12:13 PM, Alex Esterkin wrote: > >> =A0For all semantic >> purposes, THD=3DSession. > > > A Session object can be moved across scheduler objects, there is no 1=3D1 > ratio in Drizzle between Session and Thread. This is exactly the point I am making. In Drizzle, you renamed THD into Session and decoupled threads and sessions - exactly the way it should be. In MySQL, THD is both, a thread and a session state holder, and it should only hold the latter. Cheers, Alex Esterkin > > Cheers, > =A0 =A0 =A0 =A0-Brian > > >