1
0

Accepting request 148053 from home:AndreasStieger:branches:server:database

update to 2.1.8

OBS-URL: https://build.opensuse.org/request/show/148053
OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=10
This commit is contained in:
2013-01-11 13:26:53 +00:00
committed by Git OBS Bridge
parent a7582825e3
commit 71b553bbf3
4 changed files with 47 additions and 5 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Jan 11 13:25:36 UTC 2013 - andreas.stieger@gmx.de
- update to 2.1.8
* Beta support for MySQL 5.6
* Beta support for Percona XtraDB Cluster
* pt-online-schema-change: If ran on Percona XtraDB Cluster, requires PXC 5.5.28 or newer
* pt-table-checksum: If ran on Percona XtraDB Cluster, requires PXC 5.5.28 or newer
* pt-upgrade: Added --[no]disable-query-cache
- fixing the following bugs:
* Bad pod2rst transformation
* Bad online docs formatting for --[no]vars
* pt-config-diff is case-sensitive
* pt-config-diff doesn't handle end-of-line comments
* pt-config-diff Use of uninitialized value in substitution (s///) at line 1996
* pt-deadlock-logger doesn't handle usernames with dashes
* pt-heartbeat handles timezones inconsistently
* pt-kill --log-dsn timestamp is wrong
* pt-mysql-summary doesn't handle renamed variables in Percona Server 5.5
* pt-online-schema-change checks for foreign keys on MyISAM tables
* pt-query-advisor hangs on big queries
* pt-query-advisor RES.001 is incorrect
* pt-query-advisor false positive on RES.001
* pt-query-advisor issues wrong RES.001
* pt-query-digest fails to parse timestamp with no query
* pt-query-digest doesn't parse general log with "Connect user as user"
* pt-query-digest with custom --group-by throws error
* pt-query-digest prints negative byte offset
* pt-query-digest help output mangled
* pt-slave-restart CHANGE MASTER query causes error
* pt-stalk purge_samples slows down checks
* pt-stalk does not report NFS iostat
* pt-table-checksum doesn't ignore tables for --replicate-check-only
* pt-table-checksum v2 fails when --resume + --ignore-database is used
* pt-table-checksum debug statement for "Chosen hash func" prints undef
* pt-table-checksum Illegal division by zero at line 7950
* pt-table-checksum uninitialized value in numeric lt (<) at line 8611
* Tools let --set-vars clobber the required SQL mode
- also contains fixes from 2.1.7:
* pt-table-checksum 2.1.6 crashes using PTDEBUG
* pt-table-checksum 2.1.6 --check-binlog-format doesn't ignore PXC nodes
-------------------------------------------------------------------
Mon Nov 19 12:41:54 UTC 2012 - andreas.stieger@gmx.de