Re: Notes on converting from MySQL 5.0.x to PostgreSQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Notes on converting from MySQL 5.0.x to PostgreSQL
Date
Msg-id 25395.1151689313@sss.pgh.pa.us
Whole thread Raw
In response to Re: Notes on converting from MySQL 5.0.x to PostgreSQL  (David Fetter <david@fetter.org>)
Responses Re: Notes on converting from MySQL 5.0.x to PostgreSQL  (David Fetter <david@fetter.org>)
List pgsql-general
David Fetter <david@fetter.org> writes:
> On Fri, Jun 30, 2006 at 11:39:04AM -0400, Tom Lane wrote:
>> It might be worth pointing out that mysql's replication falls over
>> if you so much as look at it crosseyed.  I have not had to use it
>> for production purposes, but I can tell you that the mysql
>> replication regression tests fail ... irreproducibly of course ...
>> almost one time in two in Red Hat's build environment.

> Are those tests, or at least descriptions of them, available?

Sure, it's just the standard "make test" sequence in mysql's source.
If you want to do exactly what I'm talking about, grab the latest
mysql SRPM off the Fedora download server and "rpmbuild --rebuild" it.
There's a very long regression test suite (much larger than ours :-()
and when it fails, it's invariably in one of the replication-related
tests.

            regards, tom lane

pgsql-general by date:

Previous
From: Matthew Schumacher
Date:
Subject: Re: pgsql vs mysql
Next
From: David Fetter
Date:
Subject: Re: Notes on converting from MySQL 5.0.x to PostgreSQL