diff options
author | unknown <mysqldev@build.mysql2.com> | 2003-05-16 13:36:13 +0200 |
---|---|---|
committer | unknown <mysqldev@build.mysql2.com> | 2003-05-16 13:36:13 +0200 |
commit | d57d45bb10b04a3fdea3f2c4aa3772893f5393bf (patch) | |
tree | 01b374bec879273b787d1d6576545d9c18659a0a | |
parent | 71df0f640a8b03468a59193ae3de5ed54483f34c (diff) | |
download | mariadb-git-d57d45bb10b04a3fdea3f2c4aa3772893f5393bf.tar.gz |
- re-enabled RAID support for the Max subpackage again
-rw-r--r-- | support-files/mysql.spec.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 9f8b29ab697..aab3e298e14 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 BD and UDF support +Summary: MySQL - server with Berkeley BD, 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 and User Defined Functions (UDFs). +Berkeley DB, RAID and User Defined Functions (UDFs). To activate this binary, just install this package in addition to the standard MySQL package. @@ -257,6 +257,7 @@ export PATH BuildMySQL "--enable-shared \ --with-berkeley-db \ --with-innodb \ + --with-raid \ --with-server-suffix='-Max'" # Save everything for debug @@ -534,6 +535,9 @@ fi %attr(644, root, root) /usr/lib/mysql/libmysqld.a %changelog +* Fri May 16 2003 Lenz Grimmer <lenz@mysql.com> + +- re-enabled RAID again * Wed Apr 30 2003 Lenz Grimmer <lenz@mysql.com> |