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 |
|
Daniel Nichter
|
a71759640a
|
Fix how start-sandbox looks for mysqld, broken by previous commit.
|
2012-11-16 12:08:49 -07:00 |
|
Daniel Nichter
|
3e687ec69a
|
Make start-sandbox sed -e MYSQLD in the start script in case mysqld isn't in basedir/bin.
|
2012-11-16 12:04:47 -07:00 |
|
Brian Fraser
|
270a4710fb
|
Removed a useless part of the regex that looked for something function-like, and made the NULL check case-insensitive
|
2012-11-16 12:04:14 -03:00 |
|
Brian Fraser
|
6e0abc12f0
|
Merged test-for-957442-pqd-custom-filter-group-by
|
2012-11-16 11:42:03 -03:00 |
|
Brian Fraser
|
55a17166c6
|
Merged fix-1041391-rowchecker-wrong-debug-statement
|
2012-11-16 11:36:59 -03:00 |
|
Brian Fraser
|
b031df3a7e
|
Doc patch emphasizing how --empty-replicate-table works
|
2012-11-16 11:21:44 -03:00 |
|
Brian Fraser
|
54e9dc1a46
|
Fix for 1079341: Skip foreign key checks on MyISAM tables
|
2012-11-16 10:58:30 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
23dce0fe84
|
Merged 2.1.6-release
2.1.6
|
2012-11-15 20:48:53 -03:00 |
|
Brian Fraser
|
06115737ee
|
Fix for 887638: pt-query-digest prints negative byte offset
|
2012-11-15 15:17:03 -03:00 |
|
Daniel Nichter
|
9b105ee2d2
|
Make GeneralLogParser.pm understand the "as" part of a Connect command.
|
2012-11-14 11:38:55 -07:00 |
|
Brian Fraser
|
b4f8732aca
|
Documented the CMD_* env variable override
|
2012-11-13 17:47:26 -03:00 |
|
Brian Fraser
|
26e1e3bc19
|
Build percona-toolkit-2.1.6
|
2012-11-13 12:22:01 -03:00 |
|
Brian Fraser
|
c811d60ae1
|
Pushed the lib/Percona/Toolkit.pm version, and added extra tests to t/lib/Percona/Toolkit.t
|
2012-11-13 12:10:25 -03:00 |
|
Brian Fraser
|
79a3ab3e0f
|
Update Changelog with 2.1.6 bug fixes.
|
2012-11-13 11:32:51 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
22ec559b38
|
Fix for 986847: Allow setting which commands (and extra options) pt-stalk uses through env vars
|
2012-11-12 11:26:01 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
d63fd536f0
|
Lose dependency on File::Slurp append_file and prepend_file
|
2012-11-12 10:37:13 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
31ca347984
|
Merged pt-osc-rename-active-column-test
|
2012-11-10 16:28:31 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
718e49ffcf
|
Merged test-Percona-Toolkit-VERSION
|
2012-11-10 16:27:10 -03:00 |
|
Daniel Nichter
|
0670d27eb0
|
Merge pt-osc-default-engine
|
2012-11-10 10:18:02 -07:00 |
|
Brian Fraser
|
2c9ebf33e2
|
Missing sample file for a pt-osc test
|
2012-11-10 11:00:42 -03:00 |
|
Brian Fraser
|
df370f537c
|
t/pt-online-schema-change/alter_active_table.t: Add a test for renamed columns
|
2012-11-10 10:33:55 -03:00 |
|