…-only. However, “at the same time” means “at the same binlog position”, so you can perfectly restart the servers one by… field, Auto_Position: # Slave #1 mysql> show slave status\G [...] Auto_Position: 1 -> GTID-based positioning # Slave #2 mysql> show slave status\G [...] Auto_Position: 0…
Post: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 2
… show where GTIDs shine and where improvements are expected. This is the second post of a series of articles focused on MySQL… it is usually very tedious and that proper recording of binlog file/binlog position needs to be done with care if you… course, but very poor in my opinion: look for the binlog file/position of the last executed event and use mysqlbinlog…
Post: Percona XtraBackup 2.1.0 for MySQL beta now available
… following: New Features: Percona XtraBackup has implemented basic support for MySQL 5.6, Percona Server 5.6 and MariaDB 10.0… made FATAL. Bug fixed #1116177. innobackupex is using SHOW MASTER STATUS to obtain binlog file and position. This could trigger a bug… slave in replication) and binlog information wasn’t available. Fixed by not creating xtrabackup_binlog_info file when binlog isn’t available. Bug…
Post: Announcing Percona XtraBackup 2.1.1 GA
…. innobackupex now uses Perl’s DBD::MySQL package for server communication instead of spawning the MySQL command line client. Support for InnoDB… Incremental Backups now. Bugs Fixed: innobackupex is using SHOW MASTER STATUS to obtain binlog file and position. This could trigger a bug… slave in replication) and binlog information wasn’t available. Fixed by not creating xtrabackup_binlog_info file when binlog isn’t available. Bug…
Post: How to create a new (or repair a broken) GTID based slave with Percona XtraBackup
…also printed by innobackupex after backup is taken: innobackupex: MySQL binlog position: filename ‘mysql-bin.000002′, position 1232, gtid_executed c777888a-b6df-… MASTER_AUTO_POSITION = 1; 5- Check the replication status: slave1 > show slave status\G [...] Slave_IO_Running: Yes Slave_SQL_Running: …
Post: MySQL and Percona Server in LinkBench benchmark
…. Percona Server 5.5 outperforms MySQL in about 2x times. Both MySQL 5.5.30 and MySQL 5.6.11 demonstrate notable drops… performance drop in MySQL 5.6. In IO-bound cases MySQL still has performance issues around mutexes and Percona Server shows much better… innodb_write_io_threads = 8 innodb_io_capacity = 5000 sync_binlog=0 max_connections=5000 table_open_cache=5000 table-definition…
Post: Percona XtraBackup 2.1.0 'release candidate' for MySQL available for download
… for the InnoDB Buffer Pool Preloading introduced in MySQL 5.6. Starting with MySQL 5.6 buffer pool dumps can be produced… stores the GTID value in the xtrabackup_binlog_info when doing the backup of MySQL and Percona Server 5.6 with the… binaries, the –version message which should include the revision was showing “undefined”. Bug fixed #1171721. Other bugs fixed: bug fixed #1088307…
Post: Percona XtraBackup 2.0.7 for MySQL available for download
… stores the GTID value in the xtrabackup_binlog_info when doing the backup of MySQL and Percona Server 5.6 with the… #1166888. Package dependency has been changed from abstract mysql to real /usr/bin/mysql file, because rpm packages from Oracle no longer… binaries, the –version message which should include the revision was showing “undefined”. Bug fixed #1171721. Redundant code has been removed from…
Post: Virident vCache vs. FlashCache: Part 2
… the blue line – SSD config) which shows the most consistent performance. The others…requests=0 –percentile=95 \ –mysql-user=root –mysql-socket=/tmp/mysql.sock –mysql-table-engine=innodb \ –oltp…_open_cache = 10240 max_allowed_packet = 16M binlog_cache_size = 16M max_heap_table_size …
Post: Benchmarking Percona Server TokuDB vs InnoDB
… is why I also show 5-minute moving averages to TokuDB. So TokuDB shows about 2.8x better…10 table_open_cache = 2048 max_allowed_packet = 16M binlog_cache_size = 16M max_heap_table_size = 64M…myisam_repair_threads = 1 myisam_recover socket=/var/lib/mysql/mysql.sock user=root skip-grant-tables TokuDB-…

