diff options
author | unknown <jimw@mysql.com> | 2005-03-18 16:14:49 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-03-18 16:14:49 -0800 |
commit | d300b59234bec92f2342f6080b70c2f839813fd3 (patch) | |
tree | 29ea230d4e64cd4a0a55977aea6fff01b517c351 /support-files/mysql.spec.sh | |
parent | 22234f319d77a77a83acc088cb9bba688ab9efa3 (diff) | |
download | mariadb-git-d300b59234bec92f2342f6080b70c2f839813fd3.tar.gz |
Removed MyISAM RAID from the Linux "Max" RPMs
(patch from lenz, reapplied by jimw)
support-files/mysql.spec.sh:
removed MyISAM RAID from the Linux "Max" RPMs
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index b062930041a..bad340e9de1 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -214,7 +214,6 @@ Optional MySQL server binary that supports additional features like: - CSV Storage Engine - Example Storage Engine - Federated Storage Engine - - MyISAM RAID - User Defined Functions (UDFs). To activate this binary, just install this package in addition to @@ -328,7 +327,6 @@ BuildMySQL "--enable-shared \ --with-berkeley-db \ --with-innodb \ --with-ndbcluster \ - --with-raid \ --with-archive \ --with-csv-storage-engine \ --with-example-storage-engine \ @@ -694,9 +692,14 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Fri Mar 18 2005 Lenz Grimmer <lenz@mysql.com> + +- Disabled RAID in the Max binaries once and for all (it has finally been + removed from the source tree) + * Sun Feb 20 2005 Petr Chardin <petr@mysql.com> -- Install MySQL Instance Manager together with mysqld, toch mysqlmanager +- Install MySQL Instance Manager together with mysqld, touch mysqlmanager password file * Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com> |