Commit 721928ca authored by lenz@mysql.com's avatar lenz@mysql.com
Browse files

Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.0-build

parents 838a7123 583de2a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ GetOptions("Information","help","distribution=s","user=s","result=s","delete","n
usage() if ($opt_help || $opt_Information);
usage() if (!$opt_distribution);

if (($opt_innodb || $opt_bdb) && $opt_version_suffix eq "")
if ($opt_bdb && $opt_version_suffix eq "")
{
  $opt_version_suffix="-max";
}