From 500be5a3bb49e6cbfd5c26347d311fd80398b740 Mon Sep 17 00:00:00 2001 From: Singer Wang Date: Wed, 17 Jun 2015 17:18:23 -0400 Subject: [PATCH] add perldoc --- bin/pt-kill | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/pt-kill b/bin/pt-kill index 02dec217..fd2b7d13 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -7642,6 +7642,13 @@ Note that this is a digest (or hash) of the query's "fingerprint", so queries of the same form but with different values will have the same ID. See pt-query-digest for more information. +=item --rds +Denotes the instance in question is on Amazon RDS. By default pt-kill runs +the MySQL command "kill" for L<"--kill"> and "kill query" L<"--kill-query">. +On RDS these two commands are not available and are replaced by function calls. +This option modifies L<"--kill"> to use "CALL mysql.rds_kill(thread-id)" instead +and L<"--kill-query"> to use "CALL mysql.rds_kill_query(thread-id)" + =item --run-time type: time