Commit Graph

3706 Commits

Author SHA1 Message Date
Daniel Nichter
0fd9239500 Implement split_grants() instead of split(',', $grants) to handle spliting grants with column-level privs. 2012-10-31 14:20:43 -06:00
Daniel Nichter
0453d7dd82 Failing test case. 2012-10-31 13:16:25 -06:00
Daniel Nichter
9b6f10480c Merge fix-938660-ptc-chunk-size-limit-0 2012-10-31 12:20:54 -06:00
Daniel Nichter
7c23608603 Always report slaves with tables too large, regardless of --chunk-size-limit. 2012-10-31 12:17:02 -06:00
Daniel Nichter
b5c48f07d1 Remove unused $limit. Make $chunk_size_limit || 1 because it's the one used for #-of-rows check on slaves. Reverse the new test because we don't want to disable the #-of-rows check. 2012-10-31 12:12:51 -06:00
Brian Fraser fraserb@gmail.com
6840ce638e Sandbox.pm: Make get_dbh_for die if it can't get a dbh, which should help to diagnose some test box failures 2012-10-31 13:48:20 -03:00
Daniel Nichter
ce3c80ea45 Remove --chunk-size-limit on index check. If nibbling, the indexes must match, so --chunk-size-limit isn't a factor here. 2012-10-31 10:31:59 -06:00
Brian Fraser fraserb@gmail.com
e437ba9b3d Updated Mo in all tools 2012-10-31 12:21:47 -03:00
Brian Fraser fraserb@gmail.com
e6158cd2f8 Fix for 1073532: Mo doesn't work with Scalar::Util::PP
Unlike Scalar::Util, Scalar::Util::PP::looks_like_number shifts @_,
so calling it as &looks_like_number works differently in both
versions; see https://rt.cpan.org/Public/Bug/Display.html?id=80525
2012-10-31 12:04:30 -03:00
Brian Fraser
517ec595e9 Add missing log file 2012-10-31 06:51:49 -03:00
Brian Fraser
dce8db5be1 Fix for 823431: pt-query-advisor hangs on big queries
This was caused by a regex backtracking itself to a halt. The solution
was to add a positive lookahead that searches for the floating but mandatory
substrings that the regex needs; if those exist, then eventually it will
match, but if they don't, it'll fail quickly.
2012-10-31 06:48:54 -03:00
Brian Fraser
8f3f022ab4 Regression test for 957442. 2012-10-31 06:21:18 -03:00
Brian Fraser
64fe380986 Updated modules in all tools 2012-10-31 06:18:34 -03:00
Brian Fraser
572ee45185 Merged fix-1052722-pt-fifo-split-n-minus-1-rows-initially 2012-10-30 22:14:11 -03:00
Brian Fraser
b9bfe6114c Merged fix-821715-enable-local-infile-in-dsn 2012-10-30 22:12:57 -03:00
Brian Fraser
cb3fb74082 Fix for 1045317: Added a --statistics option to pt-osc 2012-10-30 21:45:52 -03:00
Daniel Nichter
376572e637 Merge fix-995896-cat-in-daemon 2012-10-30 17:04:22 -06:00
Daniel Nichter
4ceecaf929 Update Daemon.pm in all tools. 2012-10-30 16:59:36 -06:00
Daniel Nichter
c8b31431b0 Handle slurp_file error specifically. Fix Daemon.t test plans. 2012-10-30 16:57:06 -06:00
Daniel Nichter
7f353a8471 Merge pt-find-docu-bug-1013407 2012-10-30 16:23:44 -06:00
Daniel Nichter
3d38ad0672 Remove doc example that doesn't exist. 2012-10-30 16:19:23 -06:00
Brian Fraser
ad4d69b3e2 Removed local $EVAL_ERROR, added a test using t/lib/samples/broken_tbl.frm, and updated all modules 2012-10-30 19:02:03 -03:00
Brian Fraser
35f5f8d1e4 Fix for 1047335: SchemaIterator fails when it encounters a crashed table 2012-10-30 18:35:49 -03:00
Brian Fraser
22f20c524f Remove the use of local $EVAL_ERROR in ptc 2012-10-30 17:58:09 -03:00
Brian Fraser
9424ff7003 Removed a spurious change in the previous commit 2012-10-30 16:12:02 -03:00
Brian Fraser
d5a3a6e59c Update per Daniel's comments & some minor fixes 2012-10-30 15:15:38 -03:00
Brian Fraser
97d08198d8 Add MURMUR_HASH to the list of tested functions 2012-10-30 13:41:54 -03:00
Brian Fraser fraserb@gmail.com
6e3d3e6c96 Removed optional_value, made --version-check have default: off, updated the tools and documentation with the changes, and added the auto value to Pingback.pm 2012-10-30 12:42:42 -03:00
Brian Fraser fraserb@gmail.com
19f55542a2 Fix for 1059732: pt-table-checksum doesn't test all hash functions 2012-10-30 12:38:31 -03:00
Brian Fraser fraserb@gmail.com
1e3cc6131c Fix for 938660: pt-table-checksum chunk-size-limit of 0 does not disable chunk size limit checking 2012-10-30 11:55:49 -03:00
Brian Fraser fraserb@gmail.com
fcf5fbcc6f Fix for 1068562: pt-online-schema-change loses data when renaming columns 2012-10-30 11:50:13 -03:00
Daniel Nichter
d616a7e5e6 Merge fix-ptc-slave-binglog-formats-on-5.0. 2012-10-26 17:17:15 -06:00
Daniel Nichter
45ae32ceb2 Presume STATEMENT binlog format if < 5.1.5 and still check other slaves in case they're newer versions of MySQL. 2012-10-26 17:06:21 -06:00
Daniel Nichter
3d03a3a0dc Don't run binlog_tests unless MySQL 5.1+. Use output() instead of full_output(). 2012-10-26 16:52:24 -06:00
Daniel Nichter
302cb7f457 Don't check binlog_format on slaves ! >= 5.1.5. 2012-10-26 16:24:33 -06:00
Daniel Nichter
7cc7d7e729 Make pt-archiver --sleep tests more precise and reliable. 2012-10-25 16:21:43 -06:00
Daniel Nichter
7b5e2fc7a2 Don't use literal values for t/pt-heartbeat/basics.t 'It is being updated' test. Use direct call rather than backticks. 2012-10-25 15:57:22 -06:00
Daniel Nichter
5b4b3886b2 Fix t/pt-slave-delay/auto_restart.t and use direct call, no backticks. 2012-10-25 15:36:24 -06:00
Daniel Nichter
467d0ca7b1 Add deprecation notice to pt-log-player for PT 2.2. 2012-10-25 15:10:00 -06:00
Daniel Nichter
e69f1f24d0 Remove $Sandbox::Percona::Toolkit::VERSION and use $Percona::Toolkit::VERSION instead since it's the authoritative version. 2012-10-24 13:52:10 -06:00
Daniel Nichter
b20f2707de Merge find_my_cnf_file-bug-1070916. 2012-10-24 13:43:12 -06:00
Daniel Nichter
33f75e069d Fix some test plans. 2012-10-24 13:36:32 -06:00
Daniel Nichter
9b920bc5a5 Conditionalize the number of files expected: 14 or 15 depending on if the box has a default my.cnf somewhere. 2012-10-24 13:03:45 -06:00
Daniel Nichter
70b666add9 Update pt-mysql-summary.t. 2012-10-24 12:46:22 -06:00
Daniel Nichter
bb44887615 Update collect_mysql_info in pt-mysql-summary. 2012-10-24 12:45:10 -06:00
Daniel Nichter
b6072ab011 Only cat cnf file > mysql-config-file if it exists. 2012-10-24 12:43:26 -06:00
Daniel Nichter
a94605c825 Use sys default cnf file since test machines have different ones. 2012-10-24 12:08:30 -06:00
Daniel Nichter
aacdd9db17 Rewrite find_my_cnf_file() so if a port is given only that port's cnf is returned, else nothing. 2012-10-24 11:17:34 -06:00
Daniel Nichter
15a2cf6c50 Merge pt-stalk-iter-1-bug-1070434. 2012-10-23 18:25:37 -06:00
Daniel Nichter
f6527695b8 Document extra --run-time-related waits. 2012-10-23 18:21:23 -06:00