Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 75194 invoked from network); 17 Apr 2002 10:06:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Apr 2002 10:06:49 -0000 Received: (qmail 21610 invoked by uid 97); 17 Apr 2002 10:06:56 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 21555 invoked by uid 97); 17 Apr 2002 10:06:55 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 21480 invoked from network); 17 Apr 2002 10:06:52 -0000 Message-ID: <3CBD491C.9080908@e-point.pl> Date: Wed, 17 Apr 2002 12:06:20 +0200 From: Seweryn Sobieszek User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020314 X-Accept-Language: pl, en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: [PATCH] for bug 8196 Content-Type: multipart/mixed; boundary="------------090502040804020202070505" X-Scanner: exiscan *16xmKl-0001nB-00*KsAiMoOy4OM* (e-point S.A., Warsaw, Poland) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------090502040804020202070505 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Fixed typo. This patch is for catalina/src/share/org/apache/catalina/session/JDBCStore.java file. -- _ _ / . |_ |_ Seweryn Sobieszek | GCM/S d- s+:- a-- C+++ UL+++ P+++ L+++ / |\| | | | seweryn@e-point.pl | E+ W+ N++ w-- PGP+ X+ b+ D+ e h* r++ y? --------------090502040804020202070505 Content-Type: text/plain; name="JDBCStore.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="JDBCStore.patch" --- JDBCStore.java.orig Wed Apr 17 12:04:16 2002 +++ JDBCStore.java Wed Apr 17 12:04:33 2002 @@ -388,7 +388,7 @@ */ public String[] keys() throws IOException { String keysSql = - "SELECT COUNT(s."+sessionIdCol+"), s."+sessionIdCol+ + "SELECT COUNT(s."+sessionIdCol+"), c."+sessionIdCol+ " FROM "+sessionTable+" s, "+sessionTable+" c"+ " GROUP BY c."+sessionIdCol; --------------090502040804020202070505 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --------------090502040804020202070505--