diff options
author | unknown <monty@mysql.com> | 2005-01-04 13:23:04 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-01-04 13:23:04 +0200 |
commit | 7b1fa9960b21f9e3d0f4bb1e4eba675a6bb0d3a9 (patch) | |
tree | 3d99196c45291a86d16eaf701f69e57d506b42a9 /support-files/mysql.spec.sh | |
parent | ee7aaf2dd390dbc10814dcdd6a30916ea38eb3af (diff) | |
parent | 0464033e639a1f8ddd590d2e9c646a38a56143b3 (diff) | |
download | mariadb-git-7b1fa9960b21f9e3d0f4bb1e4eba675a6bb0d3a9.tar.gz |
Merge
mysql-test/t/multi_update.test:
Auto merged
sql/sql_table.cc:
Auto merged
support-files/mysql.spec.sh:
SCCS merged
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 7d1b5629ea9..4a7f70b0b87 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'" @@ -595,6 +605,12 @@ fi - ISAM and merge storage engines were purged. As well as appropriate tools and manpages (isamchk and isamlog) +* 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) |