Skip to content

Commit

Permalink
Merge pull request percona#808 from percona/typo_opensolaris_pkg
Browse files Browse the repository at this point in the history
typo: pgk -> pkg for OpenSolaris installer
  • Loading branch information
svetasmirnova authored Apr 26, 2024
2 parents 6bff59c + 2a2160f commit 7d91473
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bin/pt-archiver
Original file line number Diff line number Diff line change
Expand Up @@ -2552,7 +2552,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-config-diff
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-deadlock-logger
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-duplicate-key-checker
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-find
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-fk-error-logger
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-heartbeat
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-index-usage
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-kill
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-online-schema-change
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-query-digest
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-show-grants
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-slave-delay
Original file line number Diff line number Diff line change
Expand Up @@ -2095,7 +2095,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-slave-find
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-slave-restart
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-table-checksum
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-table-sync
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-table-usage
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-variable-advisor
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-visual-explain
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down
2 changes: 1 addition & 1 deletion lib/DSNParser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ sub get_dbh {
. "DBD::mysql is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
}
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
PTDEBUG && _d('Going to try again without utf8 support');
Expand Down

0 comments on commit 7d91473

Please sign in to comment.