Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 79704 invoked from network); 9 Jun 2006 22:12:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 22:12:33 -0000 Received: (qmail 12901 invoked by uid 500); 9 Jun 2006 22:12:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 12880 invoked by uid 500); 9 Jun 2006 22:12:32 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 12871 invoked by uid 99); 9 Jun 2006 22:12:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 15:12:32 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.110.151] (HELO e33.co.us.ibm.com) (32.97.110.151) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 15:12:31 -0700 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k59MCALC010740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Jun 2006 18:12:10 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k59MC2O4223628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Jun 2006 16:12:02 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k59MC9n6011674 for ; Fri, 9 Jun 2006 16:12:09 -0600 Received: from [127.0.0.1] (sig-9-48-53-186.mts.ibm.com [9.48.53.186]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k59MC8qS011634 for ; Fri, 9 Jun 2006 16:12:09 -0600 Message-ID: <4489F237.60103@sbcglobal.net> Date: Fri, 09 Jun 2006 15:12:07 -0700 From: Kathey Marsden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: 10.1.3 release - last day for checkins References: <54ac72d70606091439g38a8cd3cp605111118af80147@mail.gmail.com> In-Reply-To: <54ac72d70606091439g38a8cd3cp605111118af80147@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew McIntyre wrote: > It's actually ok if a couple small fixes go in over the weekend. Would it be ok to commit DERBY-1327. It has a bunch of files but there is no logic change. Just removal of an unneeded parameter. Here is what Mamta says about it: "This parameter is always equal to (parameter named autoincInc != 0). In my patch , I have removed the autoinc parameter and inside the constructors, I use (parameter named autoincInc != 0) instead of relying on autoinc." Cleaning up the code prevents a JIT issue from being triggered. Kathey