From: Tor Didriksen Date: September 16 2010 9:01am Subject: Re: bzr commit into mysql-next-mr-opt-team branch (tor.didriksen:3215) WL#1393 List-Archive: http://lists.mysql.com/commits/118351 Message-Id: <4C91DCD2.3090303@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2010-09-16 10:56, Konstantin Osipov wrote: > * Tor Didriksen [10/09/07 13:44]: > >> +Bounded_queue::Bounded_queue() >> +{ >> + memset(&m_queue, 0, sizeof(m_queue)); >> +} >> > Why not make it a generic C++ template wrapper around mysys queue? > > Could be done in a separate pre-requisite patch, I would love > to review it (but I don't think there will be shortage of > reviewers from the optimizer team). > > Hi Kostja I will consider it, if we agree to remove -fno-implicit-templates -- didrik