MySQL patches by Codership 5.6.16-25.5

Milestone information

Project:
MySQL patches by Codership
Series:
5.6
Version:
5.6.16-25.5
Released:
 
Registrant:
Alex Yurchenko
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
11 Alex Yurchenko, 6 Seppo Jaakola, 5 Teemu Ollakka
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
22 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon mysql-server-5.6.16_wsrep_25.5-amd64.tbz (md5) wsrep-patched MySQL-server package for FreeBSD 9.2 (64-bit) 324
last downloaded 11 weeks ago
download icon mysql-client-5.6.16_wsrep_25.5-amd64.tbz (md5) MySQL-client package for FreeBSD 9.2 (64-bit) 149
last downloaded 3 days ago
download icon mysql-server-wsrep-5.6.16-25.5-i386.deb (md5) wsrep-patched mysql-server DEB (32-bit) 329
last downloaded 19 weeks ago
download icon mysql-server-wsrep-5.6.16-25.5-amd64.deb (md5) wsrep-patched mysql-server DEB (64-bit) 3,327
last downloaded 3 days ago
download icon MySQL-server-5.6.16_wsrep_25.5-1.rhel6.i386.rpm (md5) wsrep-patched MySQL-server RPM for RHEL/CentOS 6 (32-bit) 826
last downloaded 19 weeks ago
download icon MySQL-server-5.6.16_wsrep_25.5-1.rhel6.x86_64.rpm (md5) wsrep-patched MySQL-server RPM for RHEL/CentOS 6 (64-bit) 26,157
last downloaded 12 weeks ago
download icon mysql-5.6.16_wsrep_25.5-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 4,535
last downloaded 2 days ago
download icon mysql-5.6.16_wsrep_25.5-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 24,109
last downloaded 7 weeks ago
download icon mysql-5.6.16_wsrep_25.5.patch (md5) wsrep-25.5 patch for MySQL 5.6.16 585
last downloaded 3 weeks ago
Total downloads: 60,341

Release notes 

This is a major bugfix and maintenance release.
Fixed bugs:
- ALTER TABLE ... TRUNCATE PARTITION wasn't replicated (lp:1219605)
- parallel applying was disabled by mistake (lp:1277703)
- transaction failed to rollback after wsrep_max_ws_size exceeded, causing node inconsistency (lp:1280557)
- updating unique key could cause slave to hang if parallel applying was enabled (lp:1280896)
- rsync-based SST didn't work with rsync 3.1.0 (lp:1261673)
- sometimes server could deadlock on shutdown (lp:1284670)
- wsrep_load_data_splitting could cause loss of data if LOAD DATA is used inside of a transaction (lp:1281810)
- tables with only non-unique keys could break parallel applying (lp:1264809)
- TRUNCATE for TEMPORARY tables was replicated (lp:1194156)
- node address autodetection was broken when bind_address was ANY (lp:1250805)
Backported xtrabackup SST updates from Percona.
Updated to MySQL 5.6.16

NOTE1: this release requires libevent to be present in the system.
NOTE2: xtrabackup SST now requires xtrabackup > 2.1.6 (preferably 2.1.8)

Changelog 

This release does not have a changelog.

0 blueprints and 22 bugs targeted

Bug report Importance Assignee Status
1194156 #1194156 TRUNCATE TEMPORARY table is replicated 3 High Teemu Ollakka  10 Fix Released
1219605 #1219605 "alter table t truncate partition p2;" replicate failed 3 High Seppo Jaakola  10 Fix Released
1264809 #1264809 regression test for lp:1019473 causes server abort 3 High Seppo Jaakola  10 Fix Released
1271654 #1271654 opt_bin_logname is null in sst_prepare_other when log_bin without value 3 High Teemu Ollakka  10 Fix Released
1277703 #1277703 5.6 cluster reports wsrep_cert_deps_distance=1.0 in all cases | Parallel Apply not working 3 High Teemu Ollakka  10 Fix Released
1279220 #1279220 Remove query cache restrictions 3 High Teemu Ollakka  10 Fix Released
1280557 #1280557 transaction does not rollback after max write set size was exceeded 3 High Seppo Jaakola  10 Fix Released
1281682 #1281682 Add a sst option to pass options to innobackupex 3 High Alex Yurchenko  10 Fix Released
1284670 #1284670 deadlock on server shutdown 3 High Teemu Ollakka  10 Fix Released
1289483 #1289483 New versions of xtrabackup SST scripts ignore --socket parameter passed by mysqld 3 High Alex Yurchenko  10 Fix Released
1098566 #1098566 SST fails with innodb_data_home_dir/innodb_log_home_dir 4 Medium Alex Yurchenko  10 Fix Released
1231088 #1231088 Xtrabackup SST does not copy empty test database | Bump the minimum PXB to 2.1.6 4 Medium Alex Yurchenko  10 Fix Released
1250805 #1250805 getaddrinfo failure 4 Medium Alex Yurchenko  10 Fix Released
1251765 #1251765 Donor asserts when SST script fails due to joiner misconfiguration 4 Medium Alex Yurchenko  10 Fix Released
1261673 #1261673 Remove uid/gid from wsrep_sst_rsync | Rsync 3.1.0 - rsync: setgroups failed: Operation not permitted 4 Medium Alex Yurchenko  10 Fix Released
1289776 #1289776 Check for MAGIC_FILE towards the end of PXB SST 4 Medium Alex Yurchenko  10 Fix Released
1281810 #1281810 Loss of records with LOAD DATA INFILE in 5.6 with autocommit=0 + wsrep-load-data-splitting=ON | Crashes with UNIV_DEBUG 5 Low Seppo Jaakola  10 Fix Released
1278464 #1278464 Merge with MySQL 5.6.16 6 Wishlist Seppo Jaakola  10 Fix Released
1227635 #1227635 InnoDB: Failing assertion: !thr->is_active with debug build 1 Undecided Seppo Jaakola  10 Fix Released
1261833 #1261833 Disable version-check in PXB SST 1 Undecided Alex Yurchenko  10 Fix Released
1272723 #1272723 Build fails in wsrep_mysqld.h when PFS is disabled 1 Undecided Alex Yurchenko  10 Fix Released
1276904 #1276904 Make sst-special-dirs a default 1 Undecided Alex Yurchenko  10 Fix Released
This milestone contains Public information
Everyone can see this information.