Tweak error message.

This commit is contained in:
Daniel Nichter
2012-03-02 07:51:28 -08:00
parent 681a45b7be
commit b989b7c4c8

View File

@@ -7390,9 +7390,9 @@ eval {
require DBD::mysql; require DBD::mysql;
}; };
if ( !$EVAL_ERROR && $DBD::mysql::VERSION eq "4.014" ) { if ( !$EVAL_ERROR && $DBD::mysql::VERSION eq "4.014" ) {
die "DBD::mysql v4.014 is installed but it has as bug which prevents " die "DBD::mysql v4.014 is installed, but it has as bug which causes "
. "pt-table-checksum 2.0 from working properly. Please upgrade " . "pt-table-checksum to fail. Please upgrade DBD::mysql to any "
. "DBD::mysql to any new version.\n" . "newer version.\n"
} }
if ( !caller ) { exit main(@ARGV); } if ( !caller ) { exit main(@ARGV); }