Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 26011 invoked from network); 27 May 2008 22:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 22:19:38 -0000 Received: (qmail 71775 invoked by uid 500); 27 May 2008 22:19:40 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 71727 invoked by uid 500); 27 May 2008 22:19:40 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 71718 invoked by uid 99); 27 May 2008 22:19:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 15:19:40 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 22:18:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 54E81238898E; Tue, 27 May 2008 15:19:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r660745 - /apr/apr-util/trunk/README.MySQL Date: Tue, 27 May 2008 22:19:15 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080527221915.54E81238898E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Tue May 27 15:19:01 2008 New Revision: 660745 URL: http://svn.apache.org/viewvc?rev=660745&view=rev Log: Re-add the MySQL statement, worded a bit differently than in 1.2.x where the justification was due to binary compatibility. Added: apr/apr-util/trunk/README.MySQL (with props) Added: apr/apr-util/trunk/README.MySQL URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/README.MySQL?rev=660745&view=auto ============================================================================== --- apr/apr-util/trunk/README.MySQL (added) +++ apr/apr-util/trunk/README.MySQL Tue May 27 15:19:01 2008 @@ -0,0 +1,5 @@ +As of apr-util version 1.2.11, MySQL DBD driver is shipped as part of the +distribution. However, to avoid licensing incompatibilities, it is not +built by default. To enable MySQL support, use the --with-mysql option, +but be aware that the MySQL license may introduce licensing implications +for your compiled code. Propchange: apr/apr-util/trunk/README.MySQL ------------------------------------------------------------------------------ svn:eol-style = native