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
=== modified file 'bin/pt-find'
--- bin/pt-find 2012-10-22 18:17:08 +0000
+++ bin/pt-find 2012-10-30 22:22:21 +0000
@@ -4109,10 +4109,9 @@
41094109
4110 pt-find --ctime +1 --engine MyISAM4110 pt-find --ctime +1 --engine MyISAM
41114111
4112Find InnoDB tables that haven't been updated in a month, and convert them to4112Find InnoDB tables and convert them to MyISAM:
4113MyISAM storage engine (data warehousing, anyone?):
41144113
4115 pt-find --mtime +30 --engine InnoDB --exec "ALTER TABLE %D.%N ENGINE=MyISAM"4114 pt-find --engine InnoDB --exec "ALTER TABLE %D.%N ENGINE=MyISAM"
41164115
4117Find tables created by a process that no longer exists, following the4116Find tables created by a process that no longer exists, following the
4118name_sid_pid naming convention, and remove them.4117name_sid_pid naming convention, and remove them.

Subscribers

People subscribed via source and target branches