mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Change tool packages from mk_ to pt_.
This commit is contained in:
@@ -2755,7 +2755,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_config_diff;
|
||||
package pt_config_diff;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -1760,7 +1760,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_deadlock_logger;
|
||||
package pt_deadlock_logger;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use List::Util qw(max);
|
||||
|
||||
@@ -3546,7 +3546,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# #############################################################################
|
||||
package mk_duplicate_key_checker;
|
||||
package pt_duplicate_key_checker;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Getopt::Long;
|
||||
|
||||
@@ -1241,7 +1241,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_fifo_split;
|
||||
package pt_fifo_split;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use POSIX qw(mkfifo);
|
||||
|
||||
@@ -2461,7 +2461,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_find;
|
||||
package pt_find;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -1900,7 +1900,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_fk_error_logger;
|
||||
package pt_fk_error_logger;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use sigtrap qw(handler finish untrapped normal-signals);
|
||||
|
||||
@@ -3190,7 +3190,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_heartbeat;
|
||||
package pt_heartbeat;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use List::Util qw(min max sum);
|
||||
|
||||
@@ -4680,7 +4680,7 @@ sub _d {
|
||||
# Check just above main() for the call to main() which actually runs the
|
||||
# program.
|
||||
# ###########################################################################
|
||||
package mk_index_usage;
|
||||
package pt_index_usage;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Data::Dumper;
|
||||
|
||||
@@ -3590,7 +3590,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_kill;
|
||||
package pt_kill;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use POSIX qw(setsid);
|
||||
|
||||
@@ -2615,7 +2615,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_log_player;
|
||||
package pt_log_player;
|
||||
|
||||
use POSIX;
|
||||
use Time::HiRes qw(time usleep);
|
||||
|
||||
@@ -4109,7 +4109,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_online_schema_change;
|
||||
package pt_online_schema_change;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Time::HiRes qw(sleep);
|
||||
|
||||
@@ -1054,7 +1054,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_profile_compact;
|
||||
package pt_profile_compact;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Time::HiRes qw(time);
|
||||
|
||||
@@ -6011,7 +6011,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_query_advisor;
|
||||
package pt_query_advisor;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -11939,7 +11939,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_query_digest;
|
||||
package pt_query_digest;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Time::Local qw(timelocal);
|
||||
|
||||
@@ -1598,7 +1598,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_query_profiler;
|
||||
package pt_query_profiler;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use List::Util qw(sum min max first);
|
||||
|
||||
@@ -3011,7 +3011,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_schema_advisor;
|
||||
package pt_schema_advisor;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -1598,7 +1598,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_show_grants;
|
||||
package pt_show_grants;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
|
||||
|
||||
@@ -2021,7 +2021,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_slave_delay;
|
||||
package pt_slave_delay;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use List::Util qw(min max);
|
||||
|
||||
@@ -2717,7 +2717,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_slave_find;
|
||||
package pt_slave_find;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -2539,7 +2539,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_slave_restart;
|
||||
package pt_slave_restart;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use IO::File;
|
||||
|
||||
@@ -5159,7 +5159,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_table_checksum;
|
||||
package pt_table_checksum;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use List::Util qw(max maxstr);
|
||||
|
||||
@@ -7425,7 +7425,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_table_sync;
|
||||
package pt_table_sync;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use List::Util qw(sum max min);
|
||||
|
||||
@@ -5717,7 +5717,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_table_usage;
|
||||
package pt_table_usage;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Data::Dumper;
|
||||
|
||||
@@ -1922,7 +1922,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_tcp_model;
|
||||
package pt_tcp_model;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Time::Local qw(timelocal);
|
||||
|
||||
@@ -1807,7 +1807,7 @@ sub _d {
|
||||
# Check just above main() for the call to main() which actually runs the
|
||||
# program.
|
||||
# ###########################################################################
|
||||
package mk_trend;
|
||||
package pt_trend;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
|
||||
|
||||
@@ -10464,7 +10464,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_upgrade;
|
||||
package pt_upgrade;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -2832,7 +2832,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_variable_advisor;
|
||||
package pt_variable_advisor;
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
@@ -2270,7 +2270,7 @@ sub _d {
|
||||
# Check at the end of this package for the call to main() which actually runs
|
||||
# the program.
|
||||
# ###########################################################################
|
||||
package mk_visual_explain;
|
||||
package pt_visual_explain;
|
||||
|
||||
use English qw(-no_match_vars);
|
||||
use Getopt::Long;
|
||||
|
||||
Reference in New Issue
Block a user