Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 21497 invoked from network); 3 Oct 2008 14:55:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 14:55:28 -0000 Received: (qmail 99536 invoked by uid 500); 3 Oct 2008 14:55:26 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 99502 invoked by uid 500); 3 Oct 2008 14:55:26 -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 99491 invoked by uid 99); 3 Oct 2008 14:55:26 -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:55:26 -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:54:25 +0000 Received: by wa-out-1112.google.com with SMTP id v33so884777wah.24 for ; Fri, 03 Oct 2008 07:55:00 -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=qqYekrUr1gk8Sfj57YQCQ6a8Vc6Hs+je5MjCPM+F1lQ=; b=ZtsY04Bq4EvJUms8f0tNFLDEXomp6mq5KQT3sOEZbTIb7UbQ+D8vxdQEE98CntafkR N50TZMoa8J9lPxyCTXXNnwCvOY4Ij9ooJ3Z2ALfKwMxWet5EiWVAwIJf4pWQtmn1E9x4 lkPLpyf+CqX47adgjJxSMNC9fB8bE17I2XROU= 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=Gwm1LfuspA1snl5em0o/jhP8zk8dkFB3IfnQuoN3lTSjDH8I9yfnrZn7jWmLVwtvDR eEWpVUh3rm2+c9Ct1lIdFp/urBIFb3MAOKwfuk3TyAzOYD4OtNBLOaKp4/wE1G2OnFAc OmQ9mz5aclB0S2qAy5To1gJzqD16Q/byoZcyc= Received: by 10.114.12.10 with SMTP id 10mr1276932wal.190.1223045700508; Fri, 03 Oct 2008 07:55:00 -0700 (PDT) Received: by 10.114.168.19 with HTTP; Fri, 3 Oct 2008 07:55:00 -0700 (PDT) Message-ID: <6456355d0810030755h661ef7dcjb9a175fdc7b2e7b5@mail.gmail.com> Date: Fri, 3 Oct 2008 23:55:00 +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, I still have another open issue with mod_dbd I was hoping you could help me with. When I execute the query "SELECT LAST_INSERT_ID()" I always get an empty string as a result. I do receive one row, but nothing in it. Is this a mod_dbd issue you think, or a mysql issue? Cheers, Andrej