mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
pt-stalk: Mention using $prefix in plugins
This commit is contained in:
@@ -1936,6 +1936,10 @@ Plugins can stop the tool by setting the global variable C<OKTORUN>
|
|||||||
to C<1>. In this case, the global variable C<EXIT_REASON> should also
|
to C<1>. In this case, the global variable C<EXIT_REASON> should also
|
||||||
be set to indicate why the tool was stopped.
|
be set to indicate why the tool was stopped.
|
||||||
|
|
||||||
|
Plugin writers should keep in mind that the file destination prefix currently
|
||||||
|
in use should be accessed through the C<$prefix> variable, rather than
|
||||||
|
C<$OPT_PREFIX>.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
short form: -P; type: int
|
short form: -P; type: int
|
||||||
|
Reference in New Issue
Block a user