Date: Sat, 5 Jan 2002 17:46:23 +0100 (CET) From: Ollivier Robert <roberto@tara.freenix.org> To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org Subject: ports/33577: [PATCH] add support for InnoDB Message-ID: <20020105164623.3FAE52ABD@tara.freenix.org>
next in thread | raw e-mail | index | archive | help
>Number: 33577 >Category: ports >Synopsis: [PATCH] add support for InnoDB >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 05 08:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Ollivier Robert >Release: FreeBSD 4.4-STABLE i386 >Organization: Usenet Canal Historique >Environment: System: FreeBSD tara.freenix.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Oct 7 20:53:31 CEST 2001 roberto@tara.freenix.org:/src/stable/sys/compile/TARA_SMP i386 >Description: InnoDB is a new backup for storing tables that support row-level locking, transactions and many more things. Some configuration changes are needed to enable it inside Mysql but it is useful IMO to have it compiled in. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/Makefile,v retrieving revision 1.122 diff -u -2 -I.*$Id:.* -r1.122 Makefile --- Makefile 2001/09/10 16:13:36 1.122 +++ Makefile 2002/01/05 16:41:43 @@ -47,4 +47,7 @@ LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads .endif +.if defined(WITH_INNODB) +CONFIGURE_ARGS+=--with-innodb +.endif CONFIGURE_ENV+= PERL=${PERL} \ PERL5=${PERL} \ @@ -79,4 +82,5 @@ @${ECHO} " This is _NOT_ recommended for production" @${ECHO} " servers. Expect problems when enabled." + @${ECHO} " WITH_INNODB Compile support for InnoDB tables." @${ECHO} " SKIP_INSTALL_DB=yes Skip mysql_install_db" @${ECHO} " (i. e. leave ${DB_DIR} alone)." >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020105164623.3FAE52ABD>