Using GTID replication in MySQL 5.6

How to create/restore a slave using GTID replication in MySQL 5.6
http://www.mysqlperformanceblog.com/2013/02/08/how-to-createrestore-a-slave-using-gtid-replication-in-mysql-5-6/

How to lag a slave behind to avoid a disaster
http://www.mysqlperformanceblog.com/2012/09/11/how-to-lag-a-slave-behind-to-avoid-a-disaster/

New variable slave_max_allowed_packet for slave servers
http://www.mysqlperformanceblog.com/2012/07/24/new-variable-slave_max_allowed_packet-for-slave-servers/

Repair MySQL 5.6 GTID replication by injecting empty transactions
http://www.mysqlperformanceblog.com/2013/03/26/repair-mysql-5-6-gtid-replication-by-injecting-empty-transactions/

MySQL 5.6.10跨平台GTID复制实践教程
http://www.fengfly.com/plus/view-212228-1.html
 

MySQL Locks

MySQL InnoDB存储引擎锁机制实验
http://www.linuxidc.com/Linux/2013-04/82240.htm

MySQL数据库锁机制
http://www.linuxidc.com/Linux/2013-03/81532.htm