Commit Graph

133 Commits

Author SHA1 Message Date
Brian Fraser
ee338f7ceb v-c: Re-enable https by default, make --version-check take an optional protocol argument 2012-09-13 10:39:04 -03:00
Brian Fraser
a433fa7d1c Update modules and remove the $can_local_infile skips 2012-08-30 23:46:33 -03:00
Daniel Nichter
26ca0281b5 Use --version-check instead (so it's _not_ on by default; it must be specified). 2012-08-29 14:23:41 -06:00
Daniel Nichter
865cca3ea9 Merge v-c-update 2012-08-28 16:56:46 -06:00
Brian Fraser
6eee6ac6f6 Update the rest of the modules to use the updated version_check 2012-08-27 22:30:48 -03:00
Daniel Nichter
98338b6508 Simplify how Pingback handles MySQL instances. Remove Percona::Toolkit::slurp_file() because it was causing 'sub redefined' errors, probably due to PerconaTest::slurp_file(). Add more PTVCDEBUG statements. 2012-08-27 17:10:42 -06:00
Daniel Nichter
a100be3f5f Update modules. 2012-08-27 10:54:21 -06:00
Brian Fraser
b84ac535d2 Merged fix-1038276-changehandler-hex-looking-vals 2012-08-24 20:26:04 -03:00
Brian Fraser
d3ad517ce9 Merged fix-930693-changehandler-whitespace-text-cols 2012-08-24 19:54:05 -03:00
Brian Fraser
ee71455900 Merged fix-1037211-distill-lowercase-lock-tables 2012-08-24 19:52:26 -03:00
Daniel Nichter
866c68df9c Merge right-sth-bug-1039184 2012-08-24 10:52:21 -06:00
Daniel Nichter
e98db38499 Fix v-c --quiet check. Test v-c in pqd since it doesn't have --quiet. 2012-08-23 10:22:43 -06:00
Daniel Nichter
639f47eb70 Add t/pt-archiver/version_check.t, v-c integration tests. Don't exit early if PTDEBUG && PTVCDEBUG (don't know what state the tool may be in). 2012-08-22 16:20:00 -06:00
Daniel Nichter
66f1bdf403 Change staging.upgrade.percona.com to $ENV{PERCONA_VERSION_CHECK_URL} || http://v.percona.com. 2012-08-22 15:10:33 -06:00
Brian Fraser
f8fa5cd3e3 Updated Quoter and ChangeHandler in all the modules 2012-08-22 16:21:35 -03:00
Daniel Nichter
a776646673 Strip newlines from values. 2012-08-22 08:20:59 -06:00
Daniel Nichter
50f218a288 Implement version-check in the remaining tools. 2012-08-21 16:24:29 -06:00
Daniel Nichter
a95aa2b3bc Put everything in Pingback::version_check(). Change HTTP::Micro to HTTPMicro in pingback(). Simplify time_to_check() a little and add more debug. Fix Pingback.t now that client response doesn't have TYPE and no response causes die. 2012-08-21 15:06:28 -06:00
Brian Fraser fraserb@gmail.com
615c5ad508 Fix several test failures by doing s/HTTP::Micro/HTTPMicro/ 2012-08-21 14:37:10 -03:00
Daniel Nichter
6397b3d897 Handle undef values in reports, and eval all reports. 2012-08-21 09:24:19 -06:00
Daniel Nichter
8db5b77a4e Change HTTPMicro to HTTP::Micro in Pingback to avoid 'subroutine redefined' errors. 2012-08-21 08:19:52 -06:00
Daniel Nichter
ca9bee7ae5 Don't count missing sth as diffs. 2012-08-20 14:21:07 -06:00
Daniel Nichter
fe6e87f1d5 Update CompareResults in pt-upgrade. 2012-08-20 14:11:09 -06:00
Daniel Nichter
616a98f86c Add --[no]version-check, VersionCheck, Pingback, and HTTPMicro to tools having the version check feature. 2012-08-17 16:25:56 -06:00
Daniel Nichter
272473348c Remove _d from Percona::Toolkit because I can't get it to export correctly. Put Percona::Toolkit in most tools. 2012-08-17 12:35:12 -06:00
Brian Fraser
c3fe755615 Fix for 1037211: QueryParser fails to distill LOCK TABLES in lowercase 2012-08-16 19:18:14 -03:00
Brian Fraser
9a788e16df Fix for 930693: ChangeHandler and text columns with just whitespace 2012-08-16 14:07:58 -03:00
Brian Fraser fraserb@gmail.com
d77a3a19f6 Fix for 1028710: floor() fails on floor(log(1000)/log(10)) 2012-08-06 11:37:51 -03:00
Daniel Nichter
f8c375a249 Build percona-toolkit-2.1.3 2012-08-03 19:41:41 +01:00
Brian Fraser
53a7537d11 Updated modules for all tools 2012-08-02 09:54:25 -03:00
Daniel Nichter
570b26de20 Remove LOAD DATA check from pt-archiver and pt-upgrade. Make test-env check if LOAD DATA works and PerconaTest export . Rewrite how pt-archiver/t/bulk_insert.t conditionalizes on LOAD DATA working. 2012-07-31 15:37:02 -06:00
Brian Fraser
5d8be022e9 Merge ubuntu-12-64-issues 2012-07-20 17:33:13 -03:00
Brian Fraser
bfa5f488fa Merged new-versionparser 2012-07-20 17:25:10 -03:00
Brian Fraser
81d541ec05 Update modules & cut the VP and Mo dependency from several tools 2012-07-19 13:22:45 -03:00
Daniel Nichter
c78c3bfbab Update Compare* modules in pt-upgrade. 2012-07-17 16:51:39 -06:00
Daniel Nichter
46b0c9ab0c Update output samples with new hostN. 2012-07-17 09:57:08 -06:00
Daniel Nichter
28f50bbac5 Use host instead of Host. 2012-07-17 09:53:07 -06:00
Brian Fraser
b696a2e44b bzr update'd the code for assorted VersionParser fixes 2012-07-13 01:55:56 -03:00
Brian Fraser
7f18bae253 Updated modules 2012-07-13 01:54:09 -03:00
Brian Fraser
30cc4892cf bzr update'd the code for assorted VersionParser fixes 2012-07-13 01:39:40 -03:00
Brian Fraser
541d001d2a Updated modules 2012-07-13 01:25:31 -03:00
Brian Fraser
f558b4b9da Fix 984915: DSNParser does not check return value of do() calls 2012-07-12 22:42:54 -03:00
Brian Fraser
e0d97bbc98 pt-upgrade: Deal with LOCAL INFILE being disabled 2012-07-11 18:36:43 -03:00
Brian Fraser
f9a29fed37 Updated all the tools to use the new VersionParser 2012-07-11 15:12:52 -03:00
Daniel Nichter
6d71b91bfe Build percona-toolkit-2.1.2 2012-06-12 07:06:39 -07:00
Brian Fraser fraserb@gmail.com
846f253661 Update all the modules 2012-06-11 22:08:42 -03:00
Daniel Nichter
ef65945111 Update all modules in all tools. 2012-06-11 15:48:00 -04:00
Brian Fraser fraserb@gmail.com
e246e93bb1 Fix for 984011: pt-upgrade docs show pipes 2012-06-11 14:44:23 -03:00
Baron Schwartz
47fb3d65e8 Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage. 2012-06-09 14:43:33 -04:00
Daniel Nichter
c670ac4ba4 Update DSNParser in all tools. 2012-05-24 11:25:20 -06:00