Commit Graph

1066 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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 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
Daniel Nichter
0670d27eb0 Merge pt-osc-default-engine 2012-11-10 10:18:02 -07:00
Brian Fraser
57740c4101 Missing /g in a Quoter regex 2012-11-10 09:54:39 -03:00
Brian Fraser
b3dd48af15 Change the behavior to resume+ignore-databases to mimic resume+ignore-tables; now it starts from the next table. 2012-11-09 22:07:10 -03:00
Brian Fraser
cafb2b3fb5 Merged fix-1062563-1063912-ptc-pxc-bugs 2012-11-09 18:41:32 -03:00
Brian Fraser
d7a239b369 Fix for 1074179: pt-table-checksum does't ignore tables for --replicate-check-only 2012-11-09 16:37:56 -03:00
Brian Fraser
511a402911 Merged fix-1047335-crashed-tables 2012-11-09 13:48:17 -03:00
Brian Fraser
d827c7228d Merged OptionParser-remove-optional_value & updated modules 2012-11-09 13:31:13 -03:00
Daniel Nichter
240e7481f0 Remove duplicate code block I created by merge bits and pieces of branches, thereby confusing bzr. 2012-11-09 08:45:23 -07:00
Daniel Nichter
66c4c8b98b Merge fix-1045317-pt-osc-statistics 2012-11-09 08:44:09 -07:00
Brian Fraser
9b4c80fd0f Fixes for bugs 1074179 and the ptc part of 1050737: division by zero errors when nibble_time is zero 2012-11-09 10:32:22 -03:00
Daniel Nichter
1ec018fd82 Simplify and reword --statistics code, tests, and docs. 2012-11-08 18:05:02 -07:00
Daniel Nichter
da50daf0f7 Merge pt-osc-data-loss-bug-1068562 2012-11-08 16:38:07 -07:00
Brian Fraser
7beb0b518e Reverted a few unnecessary changes 2012-11-08 17:47:00 -03:00
Brian Fraser
42a9cf4b6e Merged fix-1062563-1063912-ptc-pxc-bugs and resolved conflicts, added the missing Percona::XtraDB::Cluster file 2012-11-08 17:38:04 -03:00
Brian Fraser
426d599566 Fix for 911385: pt-table-checksum v2 fails when --resume + --ignore-database is used 2012-11-08 13:42:29 -03:00
Brian Fraser
5e838050b6 Fix for 831525: pt-query-digest help output mangled 2012-11-08 13:38:09 -03:00
Brian Fraser
57b3706f1a Fixed a bug in Quoter->split_unquote, added several tests for find_renamed_cols 2012-11-08 06:13:43 -03:00
Daniel Nichter
091d9cf66d Print/save fk errors only if there is one. Fix example --dest table (bug 1075775). 2012-11-07 11:38:09 -07:00
Daniel Nichter
959c2ecf48 Simplify handling old/new cols by making @common_cols have {old=>col,new=>col} mappings. Manually merge bug 1062324 fix. Fix err/warn messages. 2012-11-07 10:26:57 -07:00
Daniel Nichter
530b8bbceb Rename _find_renamed_cols() to find_renamed_cols() and add unit tests in find_renamed_cols.t. Tweak dry-run and error message re --check-alter. 2012-11-07 09:30:23 -07:00
Brian Fraser
58b32bb5ef Merged fix-1073532-Mo-Scalar-Util-PP 2012-11-07 04:12:37 -03:00