Commit 4d1ced8f authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 240228: Improve the format of the error message displayed by…

Patch for bug 240228: Improve the format of the error message displayed by checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.
parent b9c3dbad
......@@ -1436,7 +1436,7 @@ if ($my_db_check) {
if ( vers_cmp($sql_vers,$sql_want) > -1 ) {
print "ok: found v$sql_vers\n" unless $silent;
} else {
die "Your MySQL server v$sql_vers is too old./n" .
die "\nYour MySQL server v$sql_vers is too old.\n" .
" Bugzilla requires version $sql_want or later of MySQL.\n" .
" Please visit http://www.mysql.com/ and download a newer version.\n";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment