7 messages in com.mysql.lists.clusterRe: mysql cluster and replication (fo...
FromSent OnAttachments
Omer Faruk Sen09 Jul 2006 09:58 
Ross McFarland09 Jul 2006 11:15 
Omer Faruk Sen09 Jul 2006 22:46 
Geert Vanderkelen10 Jul 2006 00:44 
Jonathan Miller10 Jul 2006 05:05 
Omer Faruk Sen10 Jul 2006 06:24 
Jonathan Miller10 Jul 2006 06:34 
Subject:Re: mysql cluster and replication (for myisam)
From:Geert Vanderkelen (gee@mysql.com)
Date:07/10/2006 12:44:50 AM
List:com.mysql.lists.cluster

Hi Omer,

Omer Faruk Sen wrote:

Is there a announced release date for 5.1 series ? I couldn't able to find it on mysql.com.

And you will not find it since it hasn't been announced yet :)

You can use replication right now in MySQL 4.1 and 5.0 with cluster, but there is a big drawback: all updates to data need must go to 1 MySQL server in the cluster (you need 1 binary log for replication). With MySQL 5.1 you have Row Based Replication, and this allows Cluster Replication where this restriction is lifted.

Geert