Accepting request 141908 from home:AndreasStieger:branches:server:database
2.1.6 OBS-URL: https://build.opensuse.org/request/show/141908 OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=8
This commit is contained in:
parent
8ec09126ce
commit
b0647170ee
3
percona-toolkit-2.1.6.tar.gz
Normal file
3
percona-toolkit-2.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd1f738127d15f1406919d5935a8df18a670c8e4479c3fca440acd51029cc253
|
||||
size 1467858
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 12:41:54 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
- update to 2.1.6
|
||||
* pt-online-schema-change: Columns can now be renamed without data loss
|
||||
* pt-online-schema-change: New --default-engine option
|
||||
* pt-stalk: Plugin hooks available through the --plugin option to extend the tool's functionality
|
||||
- fixing the following bugs
|
||||
* --version-check default should be explicitly "off"
|
||||
* LOAD DATA LOCAL INFILE broken in some platforms
|
||||
* Useless use of cat in Daemon.pm
|
||||
* Tools exit 0 on error parsing options, should exit non-zero
|
||||
* pt-table-checksum doesn't warn if binlog_format=row or mixed on slaves
|
||||
* pt-table-checksum breaks replication if a slave table is missing or different
|
||||
* pt-table-checksum doesn't honor --run-time while checking replication lag
|
||||
* pt-table-checksum error: Use of uninitialized value in int at line 2778
|
||||
* pt-table-checksum can crash with --columns if none match
|
||||
* pt-table-checksum dies if creating the --replicate table fails
|
||||
* pt-table-checksum doesn't test all hash functions
|
||||
* pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
|
||||
* pt-deadlock-logger can't parse db/tbl/index on partitioned tables
|
||||
* pt-online-schema-change DELETE trigger fails when altering primary key
|
||||
* pt-online-schema-change fails if sql_mode explicitly or implicitly uses ANSI_QUOTES
|
||||
* pt-online-schema-change fails with "I need a max_rows argument"
|
||||
* pt-online-schema-change --quiet doesn't disable --progress
|
||||
* pt-online-schema-change doesn't report how many warnings it suppressed
|
||||
* pt-upgrade fails if select column > 64 chars
|
||||
* pt-mysql-summary may report the wrong cnf file
|
||||
* pt-mysql-summary incorrectly categorizes databases
|
||||
* pt-show-grant doesn't support column-level grants
|
||||
* pt-query-digest review table privilege checks don't work
|
||||
* pt-query-digest docs for event attributes link to defunct Maatkit wiki
|
||||
* pt-duplicate-key-checker fails when it encounters a crashed table
|
||||
* pt-stalk deletes non-empty files
|
||||
* pt-stalk --no-stalk and --iterations 1 don't wait for the collect
|
||||
* pt-fifo-split is processing n-1 rows initially
|
||||
* pt-find documentation error with mtime and InnoDB
|
||||
* pt-trend output has no header
|
||||
* pt-visual-explain docs link to missing pdf
|
||||
* pt-fk-error-logger crashes if there's no foreign key error
|
||||
* pt-fk-error-logger --dest table example doesn't work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 13:16:38 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: percona-toolkit
|
||||
Summary: Advanced MySQL and system command-line tools
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Databases/Tools
|
||||
Version: 2.1.5
|
||||
Version: 2.1.6
|
||||
Release: 0
|
||||
Url: https://www.percona.com/software/percona-toolkit/
|
||||
Source: https://www.percona.com/redir/downloads/%{name}/%{version}/percona-toolkit-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user