Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 60426 invoked from network); 29 May 2006 02:03:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 May 2006 02:03:21 -0000 Received: (qmail 51579 invoked by uid 500); 29 May 2006 02:03:20 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 51535 invoked by uid 500); 29 May 2006 02:03:19 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 51524 invoked by uid 99); 29 May 2006 02:03:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 May 2006 19:03:19 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.191.85.48] (HELO web36714.mail.mud.yahoo.com) (209.191.85.48) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 28 May 2006 19:03:19 -0700 Received: (qmail 4701 invoked by uid 60001); 29 May 2006 02:02:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=zpi+3wWGXx5dxl9Csl007bjVbE+291+Rrh+Uc7D7SmpISPIc6el/pNELZSXt5lkHEBE+BmIc63/NYwazs7FLWoWITj8bDfa5unEu1/pL0IKVXP6kWnorvY+SGDyLUk5FO34H+tHmwjdYVgkwKOr8PKXDVJC5Qle08J8phqknS/Y= ; Message-ID: <20060529020257.4699.qmail@web36714.mail.mud.yahoo.com> Received: from [203.173.41.22] by web36714.mail.mud.yahoo.com via HTTP; Sun, 28 May 2006 19:02:57 PDT Date: Sun, 28 May 2006 19:02:57 -0700 (PDT) From: Alex Dubov Subject: Re: [PATCH]: enable automatic reconnect for mysql >= 5.0.13 To: dev@apr.apache.org In-Reply-To: <200605281621.00071.nick@webthing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Please keep discussions like this on the > dev@apr.apache.org > list: it needs exposure to the development community > at large. Sorry for this - habit of "reply" button hitting. > > As far as large objects are concerned, you might > want to look > at how the Oracle driver deals with them. else { /* BUG: this'll only work if the BLOB looks like a string */ buflen = len; buf = apr_palloc(row->pool, buflen+1); buf[buflen] = 0; } This does not looks good at all (at least for my app - am I missing something?). __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com