Merge lp:~percona-toolkit-dev/percona-toolkit/pt-find-docu-bug-1013407 into lp:percona-toolkit/2.1

Proposed by Daniel Nichter
Status: Merged
Merged at revision: 436
Proposed branch: lp:~percona-toolkit-dev/percona-toolkit/pt-find-docu-bug-1013407
Merge into: lp:percona-toolkit/2.1
Diff against target: 16 lines (+2/-3)
1 file modified
bin/pt-find (+2/-3)
To merge this branch: bzr merge lp:~percona-toolkit-dev/percona-toolkit/pt-find-docu-bug-1013407
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+132215@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

Branch and merge proposal is overkill, but did it automatically out of habit.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/pt-find'
2--- bin/pt-find 2012-10-22 18:17:08 +0000
3+++ bin/pt-find 2012-10-30 22:22:21 +0000
4@@ -4109,10 +4109,9 @@
5
6 pt-find --ctime +1 --engine MyISAM
7
8-Find InnoDB tables that haven't been updated in a month, and convert them to
9-MyISAM storage engine (data warehousing, anyone?):
10+Find InnoDB tables and convert them to MyISAM:
11
12- pt-find --mtime +30 --engine InnoDB --exec "ALTER TABLE %D.%N ENGINE=MyISAM"
13+ pt-find --engine InnoDB --exec "ALTER TABLE %D.%N ENGINE=MyISAM"
14
15 Find tables created by a process that no longer exists, following the
16 name_sid_pid naming convention, and remove them.

Subscribers

People subscribed via source and target branches