Percona Server moved to https://jira.percona.com/projects/PS 5.6.17-65.0

Milestone information

Project:
Percona Server moved to https://jira.percona.com/projects/PS
Series:
5.6
Version:
5.6.17-65.0
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:
6 George Ormond Lorch III, 14 Laurynas Biveinis, 8 Sergei Glushchenko, 8 Tomislav Plavcic
Blueprints:
6 Implemented
Bugs:
39 Fix Released

Download files for this release

File Description Downloads

Release notes 

Changelog 

View the full changelog

New Features

Percona Server now supports Metrics for scalability measurement.

Percona Server now supports Audit Log Plugin.

Percona Server parser and query optimizer now support Multiple Clustering Keys when TokuDB engine is used.

Storage engine handler interface has been extended with new calls to notify the storage engine of imminent table or index scan. The calls are used by TokuDB to improve performance of these operations.

Percona Server packages are now available for Ubuntu 14.04.

Bugs Fixed

Percona Server couldn’t be built with Bison 3.0. Bug fixed #1262439,upstream #71250.

Fixed the inadequate background LRU flushing for write workloads with InnoDB compression that could lead to lower performance. Bug fixed #1295268.

Percona Server debug packages were not built for the previous releases. Bug fixed #1298352.

Queries that no longer exceed long_query_time were written to the slow query log if they matched the previous long_query_time value when slow_query_log_use_global_control variable was set to all. Bug fixed #1016991.

When writing audit plugins it was not possible to get notifications for general-log events without enabling the general-log. Bug fixed #1182535 (upstream #60782).

mysqld_safe did not correctly parse flush_caches and numa_interleave options. Bug fixed #1231110.

Thread Pool would handle a new client connection without notifying Audit Plugin. Bug fixed #1282008.

Fixed a performance issue in extending tablespaces if running under fusionIO with atomic writes enabled. Bug fixed #1286114 (Jan Lindström).

Previous implementation of the log_slow_rate_type set to query with log_slow_rate_limit feature would log every nth query deterministically instead of each query having a 1/n probability to get logged. Fixed by randomly selecting the queries to be logged instead of logging every nth query. Bug fixed #1287650.

Percona Server source files were referencing Maatkit instead of Percona Toolkit. Bug fixed #1174779.

Maximum allowed value for log_slow_rate_limit was ULONG_MAX (ie. either 4294967295 or 18446744073709551615, depending on the platform). As it was unreasonable to configure the slow log for every four billionth session/query, new maximum allowed value is set to 1000. Bug fixed #1290714.

Other bugs fixed #1295523, #1299688 (upstream #72163), and #1272732.

6 blueprints and 39 bugs targeted

Blueprint Priority Assignee Delivery
Merge MySQL 5.6.17 Merge MySQL 5.6.17 5 Essential Laurynas Biveinis  11 Implemented
Audit Log Plugin 5.6 Audit Log Plugin 5.6 4 High Sergei Glushchenko  11 Implemented
Metrics for scalability measurement in 5.6 Metrics for scalability measurement in 5.6 4 High Sergei Glushchenko  11 Implemented
Multiple clustering keys Multiple clustering keys 4 High Laurynas Biveinis  11 Implemented
Prepare for an index or range scan Prepare for an index or range scan 4 High Laurynas Biveinis  11 Implemented
Query optimizer support for secondary clustering keys Query optimizer support for secondary clustering keys 3 Medium Laurynas Biveinis  11 Implemented
Bug report Importance Assignee Status
1262439 #1262439 Compiling using Bison 3.0 does not work 2 Critical Laurynas Biveinis  10 Fix Released
1262439 #1262439 Compiling using Bison 3.0 does not work 2 Critical Laurynas Biveinis  10 Fix Released
1208921 #1208921 Assertion failure in thread 140433424082688 in file ha_innodb.cc line 6207 | prebuilt->trx->conc_state == 1 | prebuilt->trx->state == 1 (in case of PS) 3 High   10 Fix Released
1208921 #1208921 Assertion failure in thread 140433424082688 in file ha_innodb.cc line 6207 | prebuilt->trx->conc_state == 1 | prebuilt->trx->state == 1 (in case of PS) 3 High   10 Fix Released
1230238 #1230238 InnoDB: Assertion failure in thread <nr> in file lock0lock.cc line 5212 | abort (sig=6) in lock_print_info_summary on shutdown 3 High   10 Fix Released
1295268 #1295268 Inadequate background LRU flushing for write workloads with InnoDB compression 3 High Laurynas Biveinis  10 Fix Released
1295268 #1295268 Inadequate background LRU flushing for write workloads with InnoDB compression 3 High Laurynas Biveinis  10 Fix Released
1297587 #1297587 percona-server-client-5.6.16-64.2-569.wheezy doesn't provide 'mysql-client' 3 High Tomislav Plavcic  10 Fix Released
1297587 #1297587 percona-server-client-5.6.16-64.2-569.wheezy doesn't provide 'mysql-client' 3 High Tomislav Plavcic  10 Fix Released
1298197 #1298197 Error when installing 5.6.16-64.2 on Ubuntu 3 High Tomislav Plavcic  10 Fix Released
1298197 #1298197 Error when installing 5.6.16-64.2 on Ubuntu 3 High Tomislav Plavcic  10 Fix Released
1298352 #1298352 Percona Server 5.6 debian debug packages are missing 3 High Tomislav Plavcic  10 Fix Released
1298352 #1298352 Percona Server 5.6 debian debug packages are missing 3 High Tomislav Plavcic  10 Fix Released
1016991 #1016991 long_query_time not respected when slow_query_log_use_global_control = all 4 Medium George Ormond Lorch III  10 Fix Released
1016991 #1016991 long_query_time not respected when slow_query_log_use_global_control = all 4 Medium George Ormond Lorch III  10 Fix Released
1182535 #1182535 Audit plugin API: no MYSQL_AUDIT_GENERAL_LOG notifications with general log off 4 Medium Sergei Glushchenko  10 Fix Released
1182535 #1182535 Audit plugin API: no MYSQL_AUDIT_GENERAL_LOG notifications with general log off 4 Medium Sergei Glushchenko  10 Fix Released
1231110 #1231110 mysqld_safe does not correctly parse flush_caches and numa_interleave options 4 Medium Sergei Glushchenko  10 Fix Released
1231110 #1231110 mysqld_safe does not correctly parse flush_caches and numa_interleave options 4 Medium Sergei Glushchenko  10 Fix Released
1282008 #1282008 Threadpool adds connection without notifying audit plugin 4 Medium Sergei Glushchenko  10 Fix Released
1282008 #1282008 Threadpool adds connection without notifying audit plugin 4 Medium Sergei Glushchenko  10 Fix Released
1282104 #1282104 Slave SQL: Worker 7 failed executing transaction ... Could not execute Query event. Detailed error: ;, Error_code: 0 4 Medium   10 Fix Released
1282104 #1282104 Slave SQL: Worker 7 failed executing transaction ... Could not execute Query event. Detailed error: ;, Error_code: 0 4 Medium   10 Fix Released
1282132 #1282132 --skip-secure-auth not implemented in mysqlbinlog (or most other MySQL client programs) 4 Medium   10 Fix Released
1282132 #1282132 --skip-secure-auth not implemented in mysqlbinlog (or most other MySQL client programs) 4 Medium   10 Fix Released
1286114 #1286114 Slow file extend when posix_fallocate used on SSD file storage. 4 Medium Laurynas Biveinis  10 Fix Released
1286114 #1286114 Slow file extend when posix_fallocate used on SSD file storage. 4 Medium Laurynas Biveinis  10 Fix Released
1287650 #1287650 Change log_slow_rate_type=query log_slow_rate_limit to be random 4 Medium George Ormond Lorch III  10 Fix Released
1287650 #1287650 Change log_slow_rate_type=query log_slow_rate_limit to be random 4 Medium George Ormond Lorch III  10 Fix Released
1296551 #1296551 Very slow create/alter table with partitions and STATS_PERSISTENT=1 4 Medium   10 Fix Released
1296551 #1296551 Very slow create/alter table with partitions and STATS_PERSISTENT=1 4 Medium   10 Fix Released
1174779 #1174779 Percona Server sources referencing Maatkit should reference Percona Toolkit instead 5 Low Tomislav Plavcic  10 Fix Released
1174779 #1174779 Percona Server sources referencing Maatkit should reference Percona Toolkit instead 5 Low Tomislav Plavcic  10 Fix Released
1290714 #1290714 Maximum allowed value for log_slow_rate_limit is unreasonably high 5 Low George Ormond Lorch III  10 Fix Released
1290714 #1290714 Maximum allowed value for log_slow_rate_limit is unreasonably high 5 Low George Ormond Lorch III  10 Fix Released
1295523 #1295523 sync_close destroys priority mutexes as regular ones 5 Low Laurynas Biveinis  10 Fix Released
1295523 #1295523 sync_close destroys priority mutexes as regular ones 5 Low Laurynas Biveinis  10 Fix Released
1299688 #1299688 lp:mysql-server/5.6 rev 5774 broke rpl_plugin_load 5 Low Laurynas Biveinis  10 Fix Released
1299688 #1299688 lp:mysql-server/5.6 rev 5774 broke rpl_plugin_load 5 Low Laurynas Biveinis  10 Fix Released
This milestone contains Public information
Everyone can see this information.