Commit Graph

1322 Commits

Author SHA1 Message Date
Brian Fraser
f9f8c4a675 Increase the timeout for t/pt-table-checksum/throttle.t to avoid white smoke 2012-07-11 20:33:35 -03:00
Brian Fraser
d43ad54b38 Missing skips for the LOCAL INFILE issue 2012-07-11 20:27:02 -03:00
Daniel Nichter
a9031c5993 Merge pqd-group-by-bug-924950. 2012-07-11 15:51:55 -06:00
Daniel Nichter
d8b0192495 Don't crash if group by attrib is empty string. 2012-07-11 15:46:58 -06:00
Brian Fraser
e0d97bbc98 pt-upgrade: Deal with LOCAL INFILE being disabled 2012-07-11 18:36:43 -03:00
Brian Fraser
e9c9608c33 pt-archiver & tests: Deal with LOAD DATA LOCAL INFILE being disabled.
This occasionally shows up in some OSs, like Ubuntu 12.04 LTS.
2012-07-11 17:31:03 -03:00
Brian Fraser
f38512c0d1 t/pt-online-schema-change/sanity_checks.t: use full_output() 2012-07-11 17:30:37 -03:00
Brian Fraser
9ae940cd76 PerconaTest: Add load_data_is_disabled and correct full_output
load_data_is_disabled checks if LOAD DATA LOCAL INFILE is disabled;
it'll be used in the future by a couple of tests.
  
full_output was changed to use two different filehandles for STDOUT
and STDERR; THis is because otherwise, code closing STDOUT (like
the --quiet option in pt-osc) would also accidentally close STDERR.
2012-07-11 17:29:04 -03:00
Brian Fraser
c00598d3fb Two VersionParser oversights in pt-table-sync 2012-07-11 16:46:54 -03:00
Brian Fraser
8179b1f1a1 Updated the tests to use the new VersionParser 2012-07-11 15:21:47 -03:00
Brian Fraser
f9a29fed37 Updated all the tools to use the new VersionParser 2012-07-11 15:12:52 -03:00
Brian Fraser
f30c50be44 Updated the fles in /lib to use the new VersionParser 2012-07-11 15:10:33 -03:00
Brian Fraser
acd5281e3c Redesigned VersionParser.
Now using Mo and overloading, so that $version_object < 5.1
is the new way to test things.
2012-07-11 15:05:00 -03:00
Brian Fraser
bcc618ba5b Fixup: A mistakenly moved BEGIN { was breaking things 2012-07-11 15:04:50 -03:00
Brian Fraser
c012159989 Make Mo add itself to %INC 2012-07-11 12:25:54 -03:00
Brian Fraser
1a217a1eec Add Mo to lib/ 2012-07-11 12:24:29 -03:00
Daniel Nichter
6269b196a3 Tweak t/lib/bash/collect.sh and t/lib/bash/report_mysql_info.sh and add wait_for_files() to util/test-bash-functions so hopefully they'll be more stable. 2012-07-10 16:33:00 -06:00
Daniel Nichter
1b87b207bb Merge daily-snapshot-packages. 2012-07-10 12:33:23 -07:00
Daniel Nichter
1b20226db2 Fix README.SNAPSHOT. 2012-07-10 12:25:40 -07:00
Daniel Nichter
63a182864e Create util/build-snapshot and ignore /snapshot. 2012-07-10 12:16:27 -07:00
Daniel Nichter
1b8f964b7a Include mysqldump in barebone packages. 2012-07-09 17:10:41 -06:00
Daniel Nichter
4c7243d944 Tweak pt-table-sync/replicate_do_db.t to be more stable and give more info when certain tests fail. 2012-07-09 16:54:32 -06:00
Daniel Nichter
94e22c5e45 Merge eval-tput. 2012-07-09 16:08:25 -06:00
Daniel Nichter
7813aeef55 eval tput which fails if TERM isn't set, like when ran via Jenkins. 2012-07-09 15:59:00 -06:00
Daniel Nichter
b85263fc92 Merge bzr merge lp:~percona-toolkit-dev/percona-toolkit/better-jenkins-test 2012-06-30 09:40:43 -06:00
Daniel Nichter
07b0dbcb59 Extract share/mysql from full MySQL 5.0 binaries. 2012-06-29 18:29:08 -06:00
Daniel Nichter
137e319afa Fix mysqld -V test again. 2012-06-29 18:18:28 -06:00
Daniel Nichter
c5fbee7541 Add util/make-barebones. 2012-06-29 18:05:56 -06:00
Daniel Nichter
80308dcb5d Fix arch check and find_mysql_base_dir(). 2012-06-29 16:12:33 -06:00
Daniel Nichter
e560b7e3dc Fix find cmd and mysqld -V test. wget to explicit file name. 2012-06-29 15:55:06 -06:00
Daniel Nichter
cf6e4847b4 Changes to sandbox/jenkins-test: get 32-/64-bit barebones MySQL according to OS arch; use /Users/daniel for MySQL binaries; and remove ITERATIONS. 2012-06-29 15:42:03 -06:00
Brian Fraser fraserb@gmail.com
4f8b6dca0b Fix for 962330: pt-slave-delay incorrectly computes lag if started when slave is already lagging 2012-06-25 15:48:25 -03:00
Daniel Nichter
5c914b6e25 Add bug 997155 to Changelog. 2.1.2 2012-06-12 09:02:48 -07:00
Daniel Nichter
50305f5fae Merge lp:~percona-toolkit-dev/percona-toolkit/pt-table-sync-binlog-format-only-if-not-statement 2012-06-12 11:57:58 -04:00
Daniel Nichter
6d71b91bfe Build percona-toolkit-2.1.2 2012-06-12 07:06:39 -07:00
Daniel Nichter
4eb1c689fa Fix bad POD link in pt-table-sync. 2012-06-12 09:55:27 -04:00
Daniel Nichter
b40d43ca65 Add bug 856024 to Changelog. 2012-06-12 09:51:04 -04:00
Daniel Nichter
245200a25f Reorganized 2.1.2 Changelog. 2012-06-11 23:15:16 -04:00
Daniel Nichter
bced85c871 Add bug 844034 to Changelog. 2012-06-11 19:43:19 -07:00
Daniel Nichter
3a6b22642d Update 2.1.2 Changelog. 2012-06-11 22:24:28 -04:00
Brian Fraser fraserb@gmail.com
846f253661 Update all the modules 2012-06-11 22:08:42 -03:00
Brian Fraser fraserb@gmail.com
c87235b0ff Fix 984915: DSNParser does not check return value of do() calls 2012-06-11 22:02:49 -03:00
Daniel Nichter
e492d19b33 Update Changelog again for 2.1.2. 2012-06-11 20:55:23 -04:00
Daniel Nichter
ec9773d1ce Merge fix-zero-bool-bug-820104. 2012-06-11 20:52:35 -04:00
Daniel Nichter
18073bd7a2 Remove --[no]zero-bool from pt-query-digest. 2012-06-11 20:43:05 -04:00
Daniel Nichter
768a3d20d0 Merge lp:~percona-toolkit-dev/percona-toolkit/fix-945079-tmpdir-should-use-TEMP 2012-06-11 17:06:03 -04:00
Brian Fraser fraserb@gmail.com
bc8f5a610c Change TMPDIR to PT_TMPDIR 2012-06-11 17:51:43 -03:00
Daniel Nichter
bf2a769536 Export TMPDIR to make tmpdir.t pass. 2012-06-11 13:28:14 -07:00
Brian Fraser fraserb@gmail.com
9e677a7826 Updated all modules that use tmpdir.sh 2012-06-11 17:10:40 -03:00
Brian Fraser fraserb@gmail.com
07081d5761 tmpdir.sh: Use the -t flag for mktemp 2012-06-11 17:07:38 -03:00