Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 13583 invoked from network); 3 Oct 2008 14:33:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 14:33:23 -0000 Received: (qmail 65089 invoked by uid 500); 3 Oct 2008 14:33:21 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 65062 invoked by uid 500); 3 Oct 2008 14:33:21 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 65051 invoked by uid 99); 3 Oct 2008 14:33:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 07:33:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrejvanderzee@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 14:32:20 +0000 Received: by wa-out-1112.google.com with SMTP id v33so878792wah.24 for ; Fri, 03 Oct 2008 07:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=4Nn5kQn47lQmWcmbjSF26gPG96rN/U11WVHqOF5SSEk=; b=Rhz7C3IYt9TRGVP/YKdwtBUMSCyxNF7CNxbRA/i3I56cY4YzpYx8+lop1KcZNHCd0S bFNRzWrAZAs1dpnNvyJNf+NJ8bcanNtAbCif7zka4remDyRodKUnguh7PfDz5/QjnoC7 BVioVNBDyTSxMmUWWFYMwvMQPv8n1f+b9zlgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=mr02FQ97Jar9XzJ8vq2szR18LNZV9vRHupLlMiEu6hJCIlRDf+5vPWfjllisJ3rh7N kYKCsJAOw6CCXaKlIIJqFR+u6oEVfKiTOlRIg3HT+WDLhd4e8I24lcWe6hVtqx94Wmcs dPmdNglpl6M0P6FUqC/miMYvtmteeOczobeVQ= Received: by 10.114.147.7 with SMTP id u7mr1254600wad.145.1223044375080; Fri, 03 Oct 2008 07:32:55 -0700 (PDT) Received: by 10.114.168.19 with HTTP; Fri, 3 Oct 2008 07:32:55 -0700 (PDT) Message-ID: <6456355d0810030732j1e90d115tce4577ecb2f50078@mail.gmail.com> Date: Fri, 3 Oct 2008 23:32:55 +0900 From: "Andrej van der Zee" To: modules-dev@httpd.apache.org Subject: Re: mod_dbd/apr_dbd and "Commands out of sync" In-Reply-To: <48E62900.4020803@ez.no> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6456355d0810030551o5850c26bk9fb60f0acff90b29@mail.gmail.com> <48E62900.4020803@ez.no> X-Virus-Checked: Checked by ClamAV on apache.org Hi Jerome, Thanks for your answer. I just went through the sources of apr_dbd and saw that I have to loop through all the rows in a apr_dbd_results_t before mysql_free_result() is called through apr_pool_cleanup_run(). In my code I am sure the result is exactly one, but unfortunately I have to write a loop anyway. Nevertheless, it works now... Cheers, Andrej