MySQL 5.7 release plan/date

2014-02-04 Thread Igor Dvorzhak
Hi all,

When MySQL 5.7 planned to be released as stable/production ready?

Best,
Igor


Re: MySQL 5.7 release plan/date

2014-02-04 Thread Morgan Tocker
Hi Igor,

 When MySQL 5.7 planned to be released as stable/production ready?

We do not provide planned release dates.

If I can recommend a video to watch about the release process, please watch 
Tomas Ulin’s Percona Live keynote April 2013:
http://www.youtube.com/watch?v=OpHTV59I1gs

Watch from 4m30 onwards.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Fan-in replication

2014-02-04 Thread Igor Dvorzhak
Hi all,

I need to configure fan-in replication from MySQL DB shards into single
MySQL DB.
All shards and fan-in replica are located on separate physical servers.
All table IDs are unique across all shards.

Is there way to do this.

I have considered Tungsten, but it seems like it can't be configured in
such way. It can fan-in all shards into one MySQL server but in different
DBs.

Now I'm looking into the multi-source replication in MySQL 5.7.

Does anybody have experience in such or similar fan-in replication setup?
Or what is the best way to do this?

Best,
Igor