1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- increased bdb_max_lock value to pass sql-bench

- re-enabled OpenSSL for the Max RPM package
This commit is contained in:
lenz@mysql.com
2003-04-02 14:38:25 +02:00
parent 446f6331e2
commit d97caf59ca
2 changed files with 4 additions and 3 deletions

View File

@ -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 \