From dev-return-77021-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Fri Dec 01 18:01:47 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 789 invoked from network); 1 Dec 2006 18:01:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 18:01:46 -0000 Received: (qmail 49349 invoked by uid 500); 1 Dec 2006 18:01:53 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 49319 invoked by uid 500); 1 Dec 2006 18:01:53 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 49307 invoked by uid 99); 1 Dec 2006 18:01:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 10:01:53 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hunterp@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 10:01:41 -0800 Received: by nf-out-0910.google.com with SMTP id o63so3251363nfa for ; Fri, 01 Dec 2006 10:01:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=HvSzNzoAOJ10btDtiIgTEVxBQkynS4/Igf1KWP/LHvwuDPoQckXWKuRxVczv5rLIQIafRYkBvKFVZvmaD/cJp9yLcAS7x1yQNQEoQQjoYX/k57o4X93Ki2KaGpHFU52QmCiPdWpJ2x2/oXIv2Pycuwnw0uQAQkUHBZ7eM+1I43A= Received: by 10.82.113.6 with SMTP id l6mr1098813buc.1164996079501; Fri, 01 Dec 2006 10:01:19 -0800 (PST) Received: by 10.82.186.18 with HTTP; Fri, 1 Dec 2006 10:01:18 -0800 (PST) Message-ID: <3585b2e10612011001t86284cbpcc2641277e222052@mail.gmail.com> Date: Fri, 1 Dec 2006 11:01:18 -0700 From: "Hunter Peress" To: "Peter Reilly" , "Steve Loughran" , "Scot P. Floess" , "Ant Users List" , dev@ant.apache.org Subject: Two good patches for mysql support and generic sql row counting MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4435_20095146.1164996078285" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4435_20095146.1164996078285 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I submitted two patches a month ago and I would like to know if any of the developers wouldnt mind adding it to a forthcoming release. One of the patches returns the count of the result rows in an efficient manner. The other adds support for mysql which is especially useful when sourcing mysqldump files from version 5.0 and greater. Thanks! http://issues.apache.org/bugzilla/show_bug.cgi?id=40923 http://issues.apache.org/bugzilla/show_bug.cgi?id=40922 ------=_Part_4435_20095146.1164996078285--