Commit Graph

2134 Commits

Author SHA1 Message Date
Brian Fraser
ee41d4deb4 Introduce feat_on_renamed, a wrapper around feat_on for renamed variables 2012-11-29 22:32:22 -03:00
Daniel Nichter
065e0a8c5e Merge 2.1 at r473. 2012-11-30 00:23:42 +00:00
Daniel Nichter
90a91cd384 Merge pt-osc-pxc-tests. 2012-11-29 17:10:51 -07:00
Daniel Nichter
8549fe5d99 Test and require wsrep_OSU_method=TOI. 2012-11-29 23:26:53 +00:00
Brian Fraser
98707e937c pt-mysql-summary: Feedback from Fred & Jay; Display wsrep_slave_threads, and also parse & display pc.ignore_sb, pc.ignore_quorum, gcache.size, gcache.dir, gcache.name, all from wsrep_provider_options 2012-11-29 19:38:50 -03:00
Daniel Nichter
13318a9710 Update modules in ptc. 2012-11-29 22:32:31 +00:00
Daniel Nichter
9e97edebd2 Check PXC version in ptc and pt-osc, die if < 5.5.28. 2012-11-29 22:26:46 +00:00
Daniel Nichter
10c8654a49 Update PXC section in ptc and pt-osc docs to say that 5.5.28-23.7 is required, not 5.5.27-23.6 because of bug 1040108. 2012-11-29 22:09:32 +00:00
Brian Fraser
ff3d496cf0 pt-mysql-summary: Make sure the Status Counters don't use scientific notation 2012-11-29 18:08:59 -03:00
Brian Fraser
e71d3adb96 Merged fix-1079341-pt-osc-skip-myisam-fk-checks 2012-11-29 17:15:56 -03:00
Brian Fraser
2614eabd31 Merged fix-1074179-ptc-replicate-check-only-filters 2012-11-29 17:14:14 -03:00
Brian Fraser
b37c138ec8 Merged fix-1052475-ptc-uninit-crash-slave-errors 2012-11-29 17:12:29 -03:00
Brian Fraser
cddead8a69 Merged fix-831525-pqd-mangled-help 2012-11-29 17:10:54 -03:00
Brian Fraser
713457226a Merged fix-887638-ptqa-negative-at-byte 2012-11-29 17:09:33 -03:00
Brian Fraser
611e5b6eec Return the success check for pod2rst in write-user-docs 2012-11-29 15:45:26 -03:00
Brian Fraser
d496fbcf11 Tests for pt-archiver + PXC 2012-11-29 07:29:24 -03:00
Daniel Nichter
432b9e42b3 Remove time zone stuff from sakila.sql and update NibbleIterator.t tests. 2012-11-28 15:00:30 -07:00
Daniel Nichter
4027019589 Fix code comment. 2012-11-28 21:44:56 +00:00
Daniel Nichter
51f5466aef Re-dump sakila.sql so it has the same ts so NibbleIterator.t doesn't fail. Consequently update 2 ptc tests now that mysql.proc is empty. 2012-11-28 14:39:19 -07:00
Daniel Nichter
e9d064c816 Fix a code comment. 2012-11-28 21:19:52 +00:00
Daniel Nichter
824c34b5d2 Only check --alter if given. Fix some tests, add add_col to make some tests work on PXC or not. 2012-11-28 21:11:29 +00:00
Daniel Nichter
d515e3b382 r472 was a miscommit: it includes new --check-alter check for cluster node+MyISAM node and pxc.t. 2012-11-28 17:58:40 +00:00
Daniel Nichter
61b352a04d Fix sandbox/load-sakila-db so it exits on error. 2012-11-28 17:55:35 +00:00
Daniel Nichter
7b330c4817 Add and use basic_no_fks_innodb.sql with PXC to avoid MyISAM bugs. Make query_table.pl handle deadlock on START TRANSACTION. Give alter_active_table.t tests unique names. 2012-11-28 01:32:31 +00:00
Daniel Nichter
d30265d245 Use direct mysqldump for sakila to avoid PXC MyISAM bugs and so that tests like t/pt-online-schema-change/basics.t can restore sakila easily. 2012-11-28 01:29:49 +00:00
Brian Fraser fraserb@gmail.com
d47b9f1f95 pt-mysql-summary: Start reporting some PXC info 2012-11-27 19:05:45 -03:00
Brian Fraser fraserb@gmail.com
f915e54a17 pt-mysql-summary: Make the "Executables" section work 2012-11-27 18:28:07 -03:00
Brian Fraser fraserb@gmail.com
bb75e6a6b7 pt-mysql-summary: Make the "Instances" section work if the instances were started with --defaults-file 2012-11-27 18:19:47 -03:00
Brian Fraser fraserb@gmail.com
84043cee75 parse_options.sh: Make sure that --help works under sh 2012-11-27 18:05:53 -03:00
Daniel Nichter
5343d43528 Change basic_no_fks.sql back to MyISAM but with explicit aut-inc values. 2012-11-27 11:37:18 -07:00
Daniel Nichter
ea1c6f6ca9 Add lock_in_share_mode option to NibbleIterator. Silence query_table.pl diag messages. 2012-11-27 17:41:05 +00:00
Brian Fraser
9b17aacb04 Fix 1082104: pt-deadlock-logger problem when a username has a dash 2012-11-23 19:11:50 -03:00
Brian Fraser
b1e0aac38f Fixed various failing tests 2012-11-21 17:04:42 -03:00
Brian Fraser
d6a7bf0cdb Remove the @INC shifts from the test files. This is no longer needed since the tools do their %INC mangling 2012-11-21 13:58:40 -03:00
Brian Fraser
514feb296c t/pt-archiver/issue_1229.t: Stop checking hardcoded indexes 2012-11-21 13:23:26 -03:00
Brian Fraser
98190d25e7 t/pt-archiver/issue_1225.t: Don't assume that the first two values in an autoinc table will have indexes 1 & 2 2012-11-21 13:23:05 -03:00
Brian Fraser
ef458d6bc2 t/pt-archiver/bulk_regular_insert.t: Stop checking hardcoded indexes 2012-11-21 13:22:25 -03:00
Brian Fraser
7efb2dbf37 t/pt-archiver/bulk_insert.t: Stop checking hardcoded indexes 2012-11-21 13:21:56 -03:00
Brian Fraser
771059a35e t/pt-archiver/basics.t: Stop checking ahrdcoded indexes, to account for PXC's use of an autoinc offset 2012-11-21 13:21:30 -03:00
vagrant
e37d59877f Handle deadlocks properly in query_table.pl. 2012-11-21 07:57:25 -08:00
vagrant
537b36c73c Use InnoDB instead of MyISAM in basic_no_fks.sql. Make query_table.pl handle error on COMMIT. 2012-11-20 17:27:54 -08:00
Daniel Nichter
7a51df2c35 Merge release-2.1.7. 2.1.7 2012-11-19 16:31:27 -07:00
Daniel Nichter
9d1004ddbb Check and update tool versions, release notes, user docs, etc. before build. 2012-11-19 18:47:13 +00:00
Daniel Nichter
92e1242d00 Update Percona::Toolkit::VERSION and Changelog. 2012-11-19 18:41:34 +00:00
Daniel Nichter
5278451292 Don't suppress STDOUT in Sandbox.pm subs so die may have something to say. 2012-11-19 11:23:23 -07:00
Daniel Nichter
2c85a47a45 Alphabetize the opts and fix 2 typos. 2012-11-19 11:19:33 -07:00
Daniel Nichter
38b9230d8c Finish PXC section of ptc docs. 2012-11-19 11:09:14 -07:00
Daniel Nichter
e0f0ea0cdb Rewrite and enhance lib/Percona/XtraDB/Cluster.pm and t/pt-table-checksum/pxc.t. Change how ptc handles various cluster issues. Change lib/Sandbox.pm subs like start_sandbox() and start_cluster(). PXC docs in ptc are a work in progress. 2012-11-18 22:05:30 -07:00
Daniel Nichter
07bee85a00 Don't check binlog_format on cluster nodes. 2012-11-17 12:55:18 -07:00
Daniel Nichter
e47a84daba Add _d() to Percona/XtraDB/Cluster.pm. 2012-11-17 12:28:47 -07:00