From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 14:07:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB1BA106566B for ; Thu, 23 Apr 2009 14:07:54 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from mail-gx0-f220.google.com (mail-gx0-f220.google.com [209.85.217.220]) by mx1.freebsd.org (Postfix) with ESMTP id 4C74B8FC18 for ; Thu, 23 Apr 2009 14:07:54 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by gxk20 with SMTP id 20so1123027gxk.19 for ; Thu, 23 Apr 2009 07:07:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=YV33xrFZXbdgIhBGw6wTHDMg20YURAHprkFVR4BJeE4=; b=A9i5N6C1C2tQ+nPZLdyVHF1/z5UFJEhdXjG7JVrTFDcBLH1uroo1TkFF8IGRCLxfDd SieIg972KH7GN+RN0VIy1MHg8juZ4Tu9A1BqToc1sirkXG5zMIxoUHWJBuLRNjjacBSm 1761T3jwWUAAx1UE1azLWFX8AkZtfFp3AVB+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=K+1nY183kLyA7azo/pNSFH5lKmikOP6+wg1vZgMNYj8IT4RN9vN+bldFaxRw6K9weA Ywr39sV91182MeTpaT+REibuXCr3lQbZPHNC31xivQy5LZqbOUyavbmC28JjkUF4k4/E AG5sPwXrcWIqVhfTA3G/rt150q7xsnkJPaZuE= MIME-Version: 1.0 Received: by 10.90.66.10 with SMTP id o10mr1179365aga.57.1240493911901; Thu, 23 Apr 2009 06:38:31 -0700 (PDT) In-Reply-To: <200904231331.n3ND115a097327@asarian-host.net> References: <200904231331.n3ND115a097327@asarian-host.net> Date: Thu, 23 Apr 2009 08:38:31 -0500 Message-ID: From: Matt To: Mark Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: MySQL without Innodb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 14:07:55 -0000 On Thu, Apr 23, 2009 at 8:31 AM, Mark wrote: > Hello, > > I'm trying to compile MySQL 5.1.34, but I can't find options to not compile > > in innodb database support. Have these been removed? And, if so, why? > Can't comment on if/why the options were removed, but adding "skip-innodb" to your my.cnf file will turn off the innodb engine at runtime and reduce the memory consumption of the MySQL server processes. Matt