From owner-freebsd-ports@FreeBSD.ORG Wed Jun 13 08:30:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85AB416A468 for ; Wed, 13 Jun 2007 08:30:24 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7403F13C4B8; Wed, 13 Jun 2007 08:30:24 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5D8UFsI051749; Wed, 13 Jun 2007 08:30:20 GMT (envelope-from davidxu@freebsd.org) Message-ID: <466FAB3A.8030508@freebsd.org> Date: Wed, 13 Jun 2007 16:30:50 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <466F9A18.20204@freebsd.org> <20070613072248.GA34491@rot13.obsecurity.org> In-Reply-To: <20070613072248.GA34491@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: mysql server 5.0.37 is slow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 08:30:24 -0000 Kris Kennaway wrote: > On Wed, Jun 13, 2007 at 03:17:44PM +0800, David Xu wrote: > >>The mysql server 5.0.37 built from ports with default configuration >>is too slow, I found I must put --disable-profiling into Makefile's >>CONFIGURE_ARGS to bring it back to normal performance. > > > Yeah, that made me very confused too. I found a mysql bug report > about it that claimed it was fixed (basically they effectively enabled > SQL profiling always, by accident), so I assume 5.0.41 (what is > currently in ports) is also fixed. Can you confirm? > > Kris > I have tested 5.0.41, it does not have the problem, thanks. David Xu