summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-26 12:28:49 +0300
committermonty@hundin.mysql.fi <>2002-08-26 12:28:49 +0300
commitf3f1e53e52ce4ac17c7c0d7237179cb768a75771 (patch)
tree3bb12b7ba03f258e5622f2823451145440c8d1fc /Build-tools
parent7229f8534004178a8470c9cac99c9a07c8aecd98 (diff)
downloadmariadb-git-f3f1e53e52ce4ac17c7c0d7237179cb768a75771.tar.gz
Fix for HPUX to not use -lc_r library.
Fixed hangup problem in net_clear() on HPUX and Windows.
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index b41733394ab..061b0c4147f 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -159,7 +159,7 @@ if ($opt_stage <= 1)
}
if ($opt_with_other_libc)
{
- $opt_with_other_libc = "--with-other-libc=$opt_with_other_libc";
+ $opt_with_other_libc = "--with-other-libc=$opt_with_other_libc";
}
if (!$opt_enable_shared)
{
@@ -254,7 +254,7 @@ if (!$opt_no_test)
$extra="";
if ($opt_bdb)
{
- $extra.=" -O bdb_cache_size=16M";
+ $extra.=" --bdb_cache_size=16M --bdb_max_lock=60000"
}
if ($opt_innodb)
{