June 19, 2013

Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1

You can replicate from MySQL 5.6 to MariaDB 10.0 or vice … binlog position when switching to a new master. Old-style replication will work. That being said, I agree that compatibility is…

Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1

…’t see anyone wanting to try to run a mixed replication cluster of MySQL 5.6 and MariaDB 10 using GTID… trying to get even a pure MySQL 5.6 gtid replication cluster working …

Post: Percona MySQL University @Portland next Monday!

… more detail about using pt-table-checksum tool to verify replication integrity And finally, Andrew Ferlitsch will share with how MySQL…

Post: MySQL Query Patterns, Optimized - Webinar questions followup

… using temporary tables in this way, for example when using replication, a temporary table could vanish if the slave restarts and…

Post: The small improvements of MySQL 5.6: Duplicate Index Detection

… several new features that MySQL 5.6 brought: GTID-based replication, InnoDB Fulltext, Memcached integration, a more complete performance schema, online…

Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 2

… and see if you can accommodate with them (think of replication 10 years ago or partioning in 5.1 for instance).

Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 2

Stephane, how are you coping with bug#69095 (replication fails with GTID enabled and master changes from SBR to RBR) and bug#69135 (mysql.slave_master_info is not updated) ?

Comment: Percona XtraBackup 2.1.3 for MySQL available for download

…_smm.so(galera_recv+0×23)[0x7f9337da4c13] /usr/sbin/mysqld(_Z25wsrep_replication_processP3THD+0x4b)[0x595edb] /usr/sbin/mysqld(start_wsrep_THD+0x3ad…

Post: How to fix your PRM cluster when upgrading to RHEL/CentOS 6.4

If you are using Percona Replication Manager (PRM) with RHEL/CentOS prior to 6.4, upgrading …

Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1

@Kristian Does it mean that MariaDB 10 is incompatible with MySQL 5.6 GTID? You cannot replicate to/from a MySQL 5.6 host using GTIDs?