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