mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.0-build
This commit is contained in:
commit
3e8e41406d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ GetOptions("Information","help","distribution=s","user=s","result=s","delete","n
|
||||||
usage() if ($opt_help || $opt_Information);
|
usage() if ($opt_help || $opt_Information);
|
||||||
usage() if (!$opt_distribution);
|
usage() if (!$opt_distribution);
|
||||||
|
|
||||||
if (($opt_innodb || $opt_bdb) && $opt_version_suffix eq "")
|
if ($opt_bdb && $opt_version_suffix eq "")
|
||||||
{
|
{
|
||||||
$opt_version_suffix="-max";
|
$opt_version_suffix="-max";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue