mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
- removed MyISAM RAID from the Linux "Max" RPMs
This commit is contained in:
parent
348c285d0f
commit
cf2d609a57
1 changed files with 6 additions and 3 deletions
|
@ -214,7 +214,6 @@ Optional MySQL server binary that supports additional features like:
|
||||||
- CSV Storage Engine
|
- CSV Storage Engine
|
||||||
- Example Storage Engine
|
- Example Storage Engine
|
||||||
- Federated Storage Engine
|
- Federated Storage Engine
|
||||||
- MyISAM RAID
|
|
||||||
- User Defined Functions (UDFs).
|
- 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
|
||||||
|
@ -328,7 +327,6 @@ BuildMySQL "--enable-shared \
|
||||||
--with-berkeley-db \
|
--with-berkeley-db \
|
||||||
--with-innodb \
|
--with-innodb \
|
||||||
--with-ndbcluster \
|
--with-ndbcluster \
|
||||||
--with-raid \
|
|
||||||
--with-archive \
|
--with-archive \
|
||||||
--with-csv-storage-engine \
|
--with-csv-storage-engine \
|
||||||
--with-example-storage-engine \
|
--with-example-storage-engine \
|
||||||
|
@ -694,9 +692,14 @@ 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
|
||||||
|
* Fri Mar 18 2005 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
|
- Disabled RAID in the Max binares once and for all (it has finally been removed
|
||||||
|
from the source tree)
|
||||||
|
|
||||||
* Sun Feb 20 2005 Petr Chardin <petr@mysql.com>
|
* 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
|
password file
|
||||||
|
|
||||||
* Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com>
|
* Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
Loading…
Reference in a new issue