mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- added option "--with-federated" to Do-compile to enable building of the
Federated Storage Engine (as requested by Brian) - added the federated storage engine to the Max Linux RPM Build-tools/Do-compile: - added option "--with-federated" to enable building of the Federated Storage Engine (as requested by Brian) support-files/mysql.spec.sh: - enabled the federated storage engine for the Max RPM subpackage
This commit is contained in:
@ -165,6 +165,7 @@ Optional MySQL server binary that supports additional features like:
|
||||
- Archive Storage Engine
|
||||
- CSV Storage Engine
|
||||
- Example Storage Engine
|
||||
- Federated Storage Engine
|
||||
- MyISAM RAID
|
||||
- User Defined Functions (UDFs).
|
||||
|
||||
@ -283,6 +284,7 @@ BuildMySQL "--enable-shared \
|
||||
--with-archive \
|
||||
--with-csv-storage-engine \
|
||||
--with-example-storage-engine \
|
||||
--with-federated-storage-engine \
|
||||
--with-embedded-server \
|
||||
--with-server-suffix='-Max'"
|
||||
|
||||
@ -600,6 +602,10 @@ fi
|
||||
# itself - note that they must be ordered by date (important when
|
||||
# merging BK trees)
|
||||
%changelog
|
||||
* Thu Jan 13 2005 Lenz Grimmer <lenz@mysql.com>
|
||||
|
||||
- enabled the "Federated" storage engine for the max binary
|
||||
|
||||
* Tue Jan 04 2005 Petr Chardin <petr@mysql.com>
|
||||
|
||||
- ISAM and merge storage engines were purged. As well as appropriate
|
||||
|
Reference in New Issue
Block a user