Commit Graph

753 Commits

Author SHA1 Message Date
Daniel Nichter
06b99e987c Don't checksum 1=1 on master if table on slave is too large. 2011-11-17 13:15:26 -07:00
Daniel Nichter
7b8736c1f5 Use SELECT * instead of SELECT COUNT(*) to avoid 'Select tables optimized away'. Make _get_row_estimate() "public". 2011-11-17 12:15:21 -07:00
Daniel Nichter
41be2d9e2c Complete --resume tests and fixes. 2011-11-17 11:26:59 -07:00
Daniel Nichter
ff78656859 Fix various resume issues. 2011-11-17 11:20:00 -07:00
Daniel Nichter
14dc2366f6 Make explicit --chunk-size disable auto-sizing (set --chunk-time=0). 2011-11-16 11:30:51 -07:00
Daniel Nichter
ef61f734cf Finish updating resume.t to handle OobNibbleIterator. 2011-11-16 11:15:18 -07:00
Daniel Nichter
42bd00c4d6 Handle resume in OobNibbleIterator. 2011-11-16 11:10:34 -07:00
Daniel Nichter
27456d00b7 Update all tests except resume.t for new OobNibbleIterator. Let NibbleIterator handle resume in pt-table-checksum. 2011-11-15 12:35:44 -07:00
Daniel Nichter
619cda713f Handle resume in NibbleIterator. 2011-11-15 11:55:07 -07:00
Daniel Nichter
6dd46590e2 Untested but working first attempt to nibble rows below first lower boundary and above last upper boundary. 2011-11-14 17:53:46 -07:00
Daniel Nichter
fbb80008de Add OobNibbleIterator.pm. 2011-11-14 17:49:48 -07:00
Daniel Nichter
2bf6365189 Save first lower boundary. 2011-11-14 17:49:42 -07:00
Daniel Nichter
bbfaa22615 Merge fix-bug-856065. 2011-11-14 09:28:05 -07:00
Daniel Nichter
26a42a24d5 Add back --quiet and test pt-trend. 2011-11-14 09:23:47 -07:00
Daniel Nichter
bf6f70049a Merge fix-bug-887688. 2011-11-09 08:17:39 -07:00
Daniel Nichter
2f9ab4081a Fix prepared report for statements without corresponding prep or exec. 2011-11-08 12:53:50 -07:00
Daniel Nichter
5465634885 Fix --resume --ignore-tables. 2011-11-08 10:20:59 -07:00
Daniel Nichter
f45003731c Resume from last finished checksum (where master_crc is not null). Use ? for resume queries instead of string literals. Add back '(disables L<"--[no]empty-replicate-table)" to --resume docu. 2011-11-07 11:25:11 -07:00
Daniel Nichter
a807f56ab5 Add newline to --max-load progress message. 2011-11-07 10:33:21 -07:00
Daniel Nichter
2c4d878faf Check $oktorun while waiting for --replicate-check. 2011-11-07 10:27:28 -07:00
Daniel Nichter
4f1fa405b7 Merge fix-bug-884504. 2011-11-04 11:32:44 -06:00
Daniel Nichter
1904542c4b Check that pt-collect exists before starting. 2011-11-04 11:29:26 -06:00
Daniel Nichter
b2d2cf38f1 Merge fix-bug-857091. 2011-11-04 10:53:15 -06:00
Daniel Nichter
ebe28781e2 Get tools from http://www.percona.com/get/ so curl works. 2011-11-04 10:44:10 -06:00
Daniel Nichter
8282d4d6e3 Merge fix-bug-857104. 2011-11-04 10:28:59 -06:00
Daniel Nichter
aa1b0802a2 Use $PR_mext instead of pt-mext. 2011-11-04 10:22:34 -06:00
Daniel Nichter
cd5611b8b3 Change mext to pt-mext. 2011-11-04 10:15:20 -06:00
Daniel Nichter
276230dd87 Merge self r222..225. 2011-11-04 08:57:29 -06:00
Daniel Nichter
6876fa3187 Merge lp:~baron-xaprb/percona-toolkit/ptc-2-docs r204..206. 2011-11-04 08:50:42 -06:00
Daniel Nichter
8d9bfeb31f Add processlist trigger function. Remove variables trigger function. 2011-11-03 12:53:28 -06:00
Daniel Nichter
1e04b40869 Implement trigger functions show_variables and show_status. 2011-11-02 16:05:59 -06:00
Daniel Nichter
da42265aba Make BETA build mode. Fix version in pt-table-checksum so build-packages works. 2011-11-02 11:07:26 -06:00
Daniel Nichter
ad02a2c84b Update Changelog. 2011-11-02 10:27:28 -06:00
Daniel Nichter
c45676abf1 Fix some lib/ tests. 2011-11-02 10:20:07 -06:00
Daniel Nichter
2e72da5717 Use new style Retry in CopyRowsInsertSelect.pm. 2011-11-02 10:05:48 -06:00
Daniel Nichter
348fe17038 Use new style Retry in TableSyncer.pm. 2011-11-02 09:54:29 -06:00
Daniel Nichter
55111a8861 Add back where01.sql and where02.sql for TableChunker.t. 2011-11-02 09:28:53 -06:00
Daniel Nichter
53605aa45e Use Threads_running=25 as default --max-load. Allow = or : as var-val separator. 2011-11-01 12:13:02 -06:00
Daniel Nichter
a0a0590cd1 Change default trigger from Threads_connected:100 to Threads_running:30. 2011-11-01 11:55:01 -06:00
Daniel Nichter
255ea01fd8 Make main() in pt-stalk. 2011-11-01 11:39:04 -06:00
Daniel Nichter
42675e33b8 Fix update-modules to work with Bash tools and libs. 2011-11-01 09:26:58 -06:00
Daniel Nichter
8cb5f6b600 Add default OPT_ERR and fix default OPT_TMPDIR. 2011-10-31 11:25:56 -06:00
Daniel Nichter
f2b644ba72 More parse_options tests. Make --opt yes have value "yes" instead of "1". Change ok() to cmd_ok() in test-bash-functions. Mimic Perl modulue headers in Bash libs so update-modules will work with the latter. 2011-10-28 11:08:59 -06:00
Daniel Nichter
1ec666de0e Add Bash libs tmpdir and log_warn_die. Docu parse_options. Don't use TMPDIR in test-bash-functions; add ok() to test-bash-functions. 2011-10-27 11:56:58 -06:00
Daniel Nichter
1ae8661271 First Bash parse_options lib with tests. 2011-10-26 10:50:55 -06:00
Daniel Nichter
bf8dbbdb9e Final doc updates. 2011-10-25 10:00:48 -06:00
Daniel Nichter
70dcdc3292 Add --ignore-tables test. 2011-10-21 10:03:27 -06:00
Daniel Nichter
39a071ebe7 Update fnv_64.t. 2011-10-21 09:41:45 -06:00
Daniel Nichter
5c80f55874 USE repl db when deleting from repl db. Move and update issue_982.t tests to replication_filters.t and remove issue_982.t. 2011-10-20 13:46:33 -06:00
Daniel Nichter
41821380b6 Move oversize_chunks.t tests into basics.t and remove oversize_chunks.t. Remove unused sample files. 2011-10-20 11:54:28 -06:00