mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Fix for HPUX to not use -lc_r library.
Fixed hangup problem in net_clear() on HPUX and Windows. Build-tools/Do-compile: Added --bdb-max-lock=60000 option when testing BDB tables. configure.in: Fix for HPUX to not use -lc_r library. vio/viosocket.c: Fixed hangup problem in net_clear() on HPUX and Windows.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user