Change tool packages from mk_ to pt_.

This commit is contained in:
Daniel Nichter
2011-06-29 09:40:09 -06:00
parent 82931ec399
commit 7ba1ae5d8c
28 changed files with 28 additions and 28 deletions

View File

@@ -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';

View File

@@ -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);

View File

@@ -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;

View File

@@ -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);

View File

@@ -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';

View File

@@ -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);

View File

@@ -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);

View File

@@ -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;

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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';

View File

@@ -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);

View File

@@ -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);

View File

@@ -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';

View File

@@ -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);

View File

@@ -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);

View File

@@ -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';

View File

@@ -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;

View 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);

View File

@@ -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);

View File

@@ -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;

View File

@@ -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);

View File

@@ -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);

View File

@@ -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';

View File

@@ -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';

View File

@@ -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;