summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-12-31 10:38:51 +0100
committerunknown <lenz@mysql.com>2004-12-31 10:38:51 +0100
commit5cde0749927a6c55933fe5834e4c862d4135db9b (patch)
treeba84605f9e1bc799bd60977fe6c0e9ddb5de3b01 /support-files
parent0e302f5e8bdbcb6df7d6a1fb78b0d784dfb798d8 (diff)
downloadmariadb-git-5cde0749927a6c55933fe5834e4c862d4135db9b.tar.gz
- added the "Archive", "CSV" and "Example" storage engines to the Linux
"Max" RPM support-files/mysql.spec.sh: - added the "Archive", "CSV" and "Example" storage engines to the Max RPM
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh22
1 files changed, 19 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index e7f8a035a15..5afddee609b 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -152,15 +152,22 @@ 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 extended functionality
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
Requires: MySQL-server >= 4.0
%description Max
-Optional MySQL server binary that supports additional features like
-Berkeley DB, RAID and User Defined Functions (UDFs).
+Optional MySQL server binary that supports additional features like:
+
+ - Berkeley DB Storage Engine
+ - Archive Storage Engine
+ - CSV Storage Engine
+ - Example Storage Engine
+ - MyISAM RAID
+ - User Defined Functions (UDFs).
+
To activate this binary, just install this package in addition to
the standard MySQL package.
@@ -273,6 +280,9 @@ BuildMySQL "--enable-shared \
--with-berkeley-db \
--with-innodb \
--with-raid \
+ --with-archive \
+ --with-csv-storage-engine \
+ --with-example-storage-engine \
--with-embedded-server \
--with-server-suffix='-Max'"
@@ -597,6 +607,12 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Thu Dec 31 2004 Lenz Grimmer <lenz@mysql.com>
+
+- enabled the "Archive" storage engine for the max binary
+- enabled the "CSV" storage engine for the max binary
+- enabled the "Example" storage engine for the max binary
+
* Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
- MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860)