summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-04-02 14:38:25 +0200
committerunknown <lenz@mysql.com>2003-04-02 14:38:25 +0200
commit59e8c55356997bc93f0c6b90e6749f8560022081 (patch)
tree1ca35e339b057a2150b878e8efd44bfdf8b513a0 /support-files
parentd0038aa7d5cc540e7d897d7fc0b4105fa8b6353f (diff)
downloadmariadb-git-59e8c55356997bc93f0c6b90e6749f8560022081.tar.gz
- increased bdb_max_lock value to pass sql-bench
- re-enabled OpenSSL for the Max RPM package Build-tools/Do-compile: - increased bdb_max_lock value from 60000 -> 240000 (got many errors "Lock table is out of available locks" when running sql-bench with InnoDB) support-files/mysql.spec.sh: - re-enabled OpenSSL for the 4.1 Max RPM
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 3 insertions, 2 deletions
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 \