Commit 953e46bd authored by unknown's avatar unknown

- 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
parent fd9008c6
...@@ -152,15 +152,22 @@ languages and applications need to dynamically load and use MySQL. ...@@ -152,15 +152,22 @@ languages and applications need to dynamically load and use MySQL.
%package Max %package Max
Release: %{release} Release: %{release}
Summary: MySQL - server with Berkeley DB, RAID and UDF support Summary: MySQL - server with extended functionality
Group: Applications/Databases Group: Applications/Databases
Provides: mysql-Max Provides: mysql-Max
Obsoletes: mysql-Max Obsoletes: mysql-Max
Requires: MySQL-server >= 4.0 Requires: MySQL-server >= 4.0
%description Max %description Max
Optional MySQL server binary that supports additional features like Optional MySQL server binary that supports additional features like:
Berkeley DB, RAID and User Defined Functions (UDFs).
- 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 To activate this binary, just install this package in addition to
the standard MySQL package. the standard MySQL package.
...@@ -273,6 +280,9 @@ BuildMySQL "--enable-shared \ ...@@ -273,6 +280,9 @@ BuildMySQL "--enable-shared \
--with-berkeley-db \ --with-berkeley-db \
--with-innodb \ --with-innodb \
--with-raid \ --with-raid \
--with-archive \
--with-csv-storage-engine \
--with-example-storage-engine \
--with-embedded-server \ --with-embedded-server \
--with-server-suffix='-Max'" --with-server-suffix='-Max'"
...@@ -597,6 +607,12 @@ fi ...@@ -597,6 +607,12 @@ fi
# itself - note that they must be ordered by date (important when # itself - note that they must be ordered by date (important when
# merging BK trees) # merging BK trees)
%changelog %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> * Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
- MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860) - MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment