mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
PT-1340 removed debug param from default mysqladmin command
This commit is contained in:
@@ -833,7 +833,7 @@ collect() {
|
|||||||
tail -f "$mysql_error_log" >"$d/$p-log_error" &
|
tail -f "$mysql_error_log" >"$d/$p-log_error" &
|
||||||
tail_error_log_pid=$!
|
tail_error_log_pid=$!
|
||||||
|
|
||||||
$CMD_MYSQLADMIN $EXT_ARGV debug
|
$CMD_MYSQLADMIN $EXT_ARGV
|
||||||
else
|
else
|
||||||
log "Could not find the MySQL error log"
|
log "Could not find the MySQL error log"
|
||||||
fi
|
fi
|
||||||
@@ -2282,6 +2282,10 @@ of editing the source, you can call pt-stalk as
|
|||||||
which will do exactly what you need. Combined with the plugin hooks, this
|
which will do exactly what you need. Combined with the plugin hooks, this
|
||||||
gives you a fine-grained control of what the tool does.
|
gives you a fine-grained control of what the tool does.
|
||||||
|
|
||||||
|
It is possible to enable C<debug> mode in mysqlmyadmin specigying:
|
||||||
|
|
||||||
|
C<CMD_MYSQLADMIN=mysqlmyadmin debug pt-stalk params ...>
|
||||||
|
|
||||||
=head1 SYSTEM REQUIREMENTS
|
=head1 SYSTEM REQUIREMENTS
|
||||||
|
|
||||||
This tool requires Bash v3 or newer. Certain options require other programs:
|
This tool requires Bash v3 or newer. Certain options require other programs:
|
||||||
|
Reference in New Issue
Block a user