Re: red hat/mysql fiasco

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: Mike Castle <dalgoda(at)ix(dot)netcom(dot)com>
Cc: General PostgreSQL discussion list <pgsql-general(at)postgresql(dot)org>
Subject: Re: red hat/mysql fiasco
Date: 2000-12-26 12:43:11
Message-ID: xuybstzbbfk.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Castle <dalgoda(at)ix(dot)netcom(dot)com> writes:

> On Thu, Dec 21, 2000 at 11:46:33AM +0200, Alessio Bragadini wrote:
> > "The MySQL packages shipped with Red Hat Linux 7 contained buggy
> > assembler code. When compiled with optimization
> > enabled, this code caused the database server to return bad results.
>
> > P.S. RedHat chose to ship a beta version of MySql with RH7, so I believe
> > that's more their fault than MySql people - but indeed there must be
> > also a serious flaw in source code.
>
>
> I would tend to think this would be a bug in gcc.

No. That was our first thought as well. However, during the search for
the bug we found that the bug was in their assembly code(aliasing). The patch
was submitted by us. We also found a bug in their SPARC assembly,
where they used a reserved register.

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tulio Oliveira 2000-12-26 13:14:45 Re: foreign keys as arrays
Previous Message Abe 2000-12-26 12:14:02 Re: COUNT(Distinct city) HELP!!!