From: Guilhem Bichot Date: May 27 2009 9:25am Subject: Re: bzr commit into mysql-6.0-perfschema branch (marc.alff:3152) List-Archive: http://lists.mysql.com/commits/75030 Message-Id: <4A1D06F8.10005@sun.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Hello, Marc Alff a écrit, Le 26.05.2009 23:15: > #At file:///home/malff/BZR-TREE/mysql-6.0-perfschema/ based on revid:marc.alff@stripped > > 3152 Marc Alff 2009-05-26 > Misc cleanup > Fixed a build issue with Windows in pthread_create > === modified file 'include/mysql/psi/mysql_mutex.h' > --- a/include/mysql/psi/mysql_mutex.h 2009-05-21 19:42:38 +0000 > +++ b/include/mysql/psi/mysql_mutex.h 2009-05-26 21:15:12 +0000 > - > -#ifdef HAVE_PSI_INTERFACE > - #define mysql_thread_prepare(P1,P2,P3,P4) inline_mysql_thread_prepare(P1,P2,P3,P4) > -#else > - #define mysql_thread_prepare(P1,P2,P3,P4) inline_mysql_thread_prepare(P4) > -#endif Thanks. Could you please also remove the definition of inline_mysql_thread_prepare(), as it's unused too?