From d97caf59ca07193a062003a351a7584805bb2082 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Wed, 2 Apr 2003 14:38:25 +0200 Subject: [PATCH] - increased bdb_max_lock value to pass sql-bench - re-enabled OpenSSL for the Max RPM package --- Build-tools/Do-compile | 2 +- support-files/mysql.spec.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index add2ac86c81..b499e3059b3 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -340,7 +340,7 @@ if (!$opt_no_test && !$opt_no_benchmark) $extra=""; if ($opt_bdb) { - $extra.=" --bdb_cache_size=16M --bdb_max_lock=60000" + $extra.=" --bdb_cache_size=16M --bdb_max_lock=240000" } if ($opt_innodb) { diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 53912eb2af6..42d9ef5391c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -146,7 +146,7 @@ languages and applications need to dynamically load and use MySQL. %package Max Release: %{release} -Summary: MySQL - server with Berkeley DB, RAID and UDF support +Summary: MySQL - server with Berkeley DB, OpenSSL, RAID and UDF support Group: Applications/Databases Provides: mysql-Max Obsoletes: mysql-Max @@ -154,7 +154,7 @@ Requires: MySQL >= 4.0 %description Max Optional MySQL server binary that supports additional features like -Berkeley DB, RAID and User Defined Functions (UDF). +Berkeley DB, OpenSSL, RAID and User Defined Functions (UDF). To activate this binary, just install this package in addition to the standard MySQL package. @@ -255,6 +255,7 @@ export PATH # cannot be linked statically against the patched glibc) BuildMySQL "--enable-shared \ + --with-openssl \ --with-berkeley-db \ --with-innodb \ --with-raid \