From 583de2a41e6b06d3187abf9927a652083f3ed445 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Mon, 29 Jul 2002 13:23:47 +0200 Subject: [PATCH] - Do not add the "-max" suffix when building with Do-compile and InnoDB has been selected (InnoDB is now part of the normal binary, not the Max binary) --- Build-tools/Do-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 0e7922c5f2..53a79017f1 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -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"; } -- 2.30.9