Percona Server moved to https://jira.percona.com/projects/PS 5.6.24-72.2

Milestone information

Project:
Percona Server moved to https://jira.percona.com/projects/PS
Series:
5.6
Version:
5.6.24-72.2
Released:
 
Registrant:
Hrvoje Matijakovic
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:
4 Alexey Kopytov, 3 Laurynas Biveinis, 6 Sergei Glushchenko, 10 Tomislav Plavcic, 4 Vlad Lesin
Blueprints:
1 Implemented
Bugs:
40 Fix Released

Download files for this release

File Description Downloads

Release notes 

Changelog 

View the full changelog

BUGS FIXED

A server binary as distributed in binary tarballs could fail to load on different systems due to an unsatisfied libssl.so.6 dynamic library dependency. This was fixed by replacing the single binary tarball with multiple tarballs depending on the OpenSSL library available in the distribution: 1) ssl100 - for all Debian/Ubuntu versions except Squeeze/Lucid (libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f2e389a5000)); 2) ssl098 - only for Debian Squeeze and Ubuntu Lucid (libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007f9b30db6000)); 3) ssl101 - for CentOS 6 and CentOS 7 (libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007facbe8c4000)); 4) ssl098e - to be used only for CentOS 5 (libssl.so.6 => /lib64/libssl.so.6 (0x00002aed5b64d000)). Bug fixed #1172916.

Executing a stored procedure containing a subquery would leak memory. Bug fixed #1380985 (upstream #76349).

A slave server restart could cause a 1755 slave SQL thread error if multi-threaded slave was enabled. This is a regression introduced by fix for bug #1331586 in 5.6.21-70.0. Bug fixed #1380985.

A string literal containing an invalid UTF-8 sequence could be treated as falsely equal to a UTF-8 column value with no invalid sequences. This could cause invalid query results. Bug fixed #1247218 by a fix ported from MariaDB (MDEV-7649).

Percona Server .deb binaries were built without fast mutexes. Bug fixed #1433980.

Installing or uninstalling the Audit Log Plugin would crash the server if the audit_log_file variable was pointing to an inaccessible path. Bug fixed #1435606.

The audit_log_file would point to random memory area if the Audit Log Plugin was not loaded into server, and then installed with INSTALL PLUGIN, and my.cnf contained audit_log_file setting. Bug fixed #1437505.

A specific trigger execution on the master server could cause a slave assertion error under row-based replication. The trigger would satisfy the following conditions: 1) it sets a savepoint; 2) it declares a condition handler which releases this savepoint; 3) the trigger execution passes through the condition handler. Bug fixed #1438990 (upstream #76727).

Percona Server client packages were built with with EditLine instead of Readline. This was causing history file produced by the client no longer easy to read. Further, a client built with EditLine could display incorrectly on PuTTY SSH client after its window resize. Bugs fixed #1266386, #1296192 and #1332822 (upstream #63130, upstream #72108 and #69991).

Unlocking a table while holding the backup binlog lock would cause an implicit erroneous backup lock release, and a subsequent server crash or hang at the later explicit backup lock release request. Bug fixed #1371827.

Initializing slave threads or executing CHANGE MASTER TO statement would crash a debug build if autocommit was disabled and at least one of slave info tables were configured as tables. Bug fixed #1393682.

1 blueprint and 40 bugs targeted

Blueprint Priority Assignee Delivery
Merge MySQL 5.6.24 Merge MySQL 5.6.24 5 Essential Laurynas Biveinis  11 Implemented
Bug report Importance Assignee Status
1172916 #1172916 libssl.so.6 dependency in binary tarballs for latest 5.1/5.5/5.6 releases | mysqld: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file 3 High Tomislav Plavcic  10 Fix Released
1172916 #1172916 libssl.so.6 dependency in binary tarballs for latest 5.1/5.5/5.6 releases | mysqld: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file 3 High Tomislav Plavcic  10 Fix Released
1372263 #1372263 Assertion failure in DICT_TF2_TEMPORARY 3 High   10 Fix Released
1372263 #1372263 Assertion failure in DICT_TF2_TEMPORARY 3 High   10 Fix Released
1375153 #1375153 handle_fatal_signal (sig=11) in i_s_fts_config_fill on SELECT * FROM INFORMATION_SCHEMA.INNODB_FT_CONFIG 3 High   10 Fix Released
1380985 #1380985 Execution of stored procedures with subqueries leaks memory 3 High Vlad Lesin  10 Fix Released
1380985 #1380985 Execution of stored procedures with subqueries leaks memory 3 High Vlad Lesin  10 Fix Released
1391925 #1391925 cannot stop mysql with memcached plugin 3 High   10 Fix Released
1391925 #1391925 cannot stop mysql with memcached plugin 3 High   10 Fix Released
1420606 #1420606 MTS breaks in after restart 3 High Sergei Glushchenko  10 Fix Released
1420606 #1420606 MTS breaks in after restart 3 High Sergei Glushchenko  10 Fix Released
1427218 #1427218 invalid char slient truncation leads to unexpected results 3 High Laurynas Biveinis  10 Fix Released
1427218 #1427218 invalid char slient truncation leads to unexpected results 3 High Laurynas Biveinis  10 Fix Released
1433980 #1433980 Percona server .deb binaries are built without fast mutexes 3 High Tomislav Plavcic  10 Fix Released
1433980 #1433980 Percona server .deb binaries are built without fast mutexes 3 High Tomislav Plavcic  10 Fix Released
1435606 #1435606 Installation of audit_log plugin crashes mysql server if audit_log_file points to a inaccessible path 3 High Sergei Glushchenko  10 Fix Released
1435606 #1435606 Installation of audit_log plugin crashes mysql server if audit_log_file points to a inaccessible path 3 High Sergei Glushchenko  10 Fix Released
1436138 #1436138 CREATE TABLE x LIKE some_federated_table crashes the server 3 High   10 Fix Released
1436138 #1436138 CREATE TABLE x LIKE some_federated_table crashes the server 3 High   10 Fix Released
1437505 #1437505 Audit_log_plugin is reading random memory 3 High Sergei Glushchenko  10 Fix Released
1437505 #1437505 Audit_log_plugin is reading random memory 3 High Sergei Glushchenko  10 Fix Released
1438990 #1438990 Slave assertion in unpack_row with ROLLBACK TO SAVEPOINT in error handler 3 High Vlad Lesin  10 Fix Released
1438990 #1438990 Slave assertion in unpack_row with ROLLBACK TO SAVEPOINT in error handler 3 High Vlad Lesin  10 Fix Released
1182949 #1182949 Prepared statements are written to general query log after being executed 4 Medium   10 Fix Released
1182949 #1182949 Prepared statements are written to general query log after being executed 4 Medium   10 Fix Released
1266386 #1266386 mysql client is built with EditLine instead of readline (percona-server-client-5.6) 4 Medium Tomislav Plavcic  10 Fix Released
1266386 #1266386 mysql client is built with EditLine instead of readline (percona-server-client-5.6) 4 Medium Tomislav Plavcic  10 Fix Released
1332822 #1332822 resizing terminal - display issue 4 Medium Tomislav Plavcic  10 Fix Released
1332822 #1332822 resizing terminal - display issue 4 Medium Tomislav Plavcic  10 Fix Released
1371827 #1371827 Sporadic partial-hangup on various queries + related (same-testcase) crashes/asserts 4 Medium Alexey Kopytov  10 Fix Released
1371827 #1371827 Sporadic partial-hangup on various queries + related (same-testcase) crashes/asserts 4 Medium Alexey Kopytov  10 Fix Released
1393682 #1393682 Assertion `m_prot_lock != __null && thd->mdl_context.is_lock_owner(m_namespace, "", "", MDL_INTENTION_EXCLUSIVE)' failed in in Global_backup_lock::release_protection 4 Medium Alexey Kopytov  10 Fix Released
1393682 #1393682 Assertion `m_prot_lock != __null && thd->mdl_context.is_lock_owner(m_namespace, "", "", MDL_INTENTION_EXCLUSIVE)' failed in in Global_backup_lock::release_protection 4 Medium Alexey Kopytov  10 Fix Released
1111203 #1111203 innodb-max-bitmap-file-size does not accept manual maximum of 18446744073709551615 5 Low   10 Fix Released
1111203 #1111203 innodb-max-bitmap-file-size does not accept manual maximum of 18446744073709551615 5 Low   10 Fix Released
1296192 #1296192 hard to read history file 5 Low Tomislav Plavcic  10 Fix Released
1296192 #1296192 hard to read history file 5 Low Tomislav Plavcic  10 Fix Released
1384566 #1384566 handle_fatal_signal (sig=11) in replace_user_table | sql/sql_acl.cc:3387 5 Low   10 Fix Released
1385064 #1385064 mysqld got signal 11 ; on ALTER TABLE | handle_fatal_signal (sig=11) in partition_info::get_clone 1 Undecided   10 Fix Released
1385064 #1385064 mysqld got signal 11 ; on ALTER TABLE | handle_fatal_signal (sig=11) in partition_info::get_clone 1 Undecided   10 Fix Released
This milestone contains Public information
Everyone can see this information.