Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37904 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80588 invoked from network); 26 May 2008 20:08:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2008 20:08:06 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:63200] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/12-02534-6A81B384 for ; Mon, 26 May 2008 16:08:06 -0400 Received: from cs78255253.pp.htv.fi ([62.78.255.253] helo=[127.0.0.1]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1K0izC-000Mrk-EY; Mon, 26 May 2008 20:08:02 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 62.78.255.253 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/Pr8J/TolBQ75wbC44nEPM60gWGkb3Hsk= Message-ID: <483B18A4.7010401@sci.fi> Date: Mon, 26 May 2008 23:08:04 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Rasmus Lerdorf CC: jani.taskinen@iki.fi, internals Mailing List References: <483B16C1.7050907@sci.fi> <483B178E.9010106@lerdorf.com> In-Reply-To: <483B178E.9010106@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Can not delete comments in bug reports From: jani.taskinen@sci.fi (Jani Taskinen) Rasmus Lerdorf kirjoitti: > Jani Taskinen wrote: >> So who broke the deleting of comments in bug reports? >> It used to work fine, now nothing happens.. > > Is that your way of filing a bug report? :) > I upgraded from MySQL 4.1.x to 5.1.x because 4.1 was very unstable for > some reason. It seems more stable now, but perhaps the delete query is > doing something weird that 5.1 doesn't like. Actually I just noticed that this only happens with some comments, not all..maybe that table needs some loving care of "REPAIR TABLE"..? (or even all the tables?) --Jani