mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Removed option to control if federated is enabled, and enabled it.
This commit is contained in:
@ -32,11 +32,6 @@
|
|||||||
%{?_with_cluster:%define CLUSTER_BUILD 1}
|
%{?_with_cluster:%define CLUSTER_BUILD 1}
|
||||||
%{!?_with_cluster:%define CLUSTER_BUILD 0}
|
%{!?_with_cluster:%define CLUSTER_BUILD 0}
|
||||||
|
|
||||||
# use "rpmbuild --with federated" or "rpm --define '_with_federated 1'" (for RPM 3.x)
|
|
||||||
# to build with federated support (off by default)
|
|
||||||
%{?_with_federated:%define FEDERATED_BUILD 1}
|
|
||||||
%{!?_with_federated:%define FEDERATED_BUILD 0}
|
|
||||||
|
|
||||||
%if %{STATIC_BUILD}
|
%if %{STATIC_BUILD}
|
||||||
%define release 0
|
%define release 0
|
||||||
%else
|
%else
|
||||||
@ -342,11 +337,7 @@ BuildMySQL "--enable-shared \
|
|||||||
--with-archive-storage-engine \
|
--with-archive-storage-engine \
|
||||||
--with-csv-storage-engine \
|
--with-csv-storage-engine \
|
||||||
--with-blackhole-storage-engine \
|
--with-blackhole-storage-engine \
|
||||||
%if %{FEDERATED_BUILD}
|
|
||||||
--with-federated-storage-engine \
|
--with-federated-storage-engine \
|
||||||
%else
|
|
||||||
--without-federated-storage-engine \
|
|
||||||
%endif
|
|
||||||
--with-partition \
|
--with-partition \
|
||||||
--with-big-tables \
|
--with-big-tables \
|
||||||
--with-comment=\"MySQL Community Server - Debug (GPL)\"")
|
--with-comment=\"MySQL Community Server - Debug (GPL)\"")
|
||||||
@ -378,11 +369,7 @@ BuildMySQL "--enable-shared \
|
|||||||
--with-archive-storage-engine \
|
--with-archive-storage-engine \
|
||||||
--with-csv-storage-engine \
|
--with-csv-storage-engine \
|
||||||
--with-blackhole-storage-engine \
|
--with-blackhole-storage-engine \
|
||||||
%if %{FEDERATED_BUILD}
|
|
||||||
--with-federated-storage-engine \
|
--with-federated-storage-engine \
|
||||||
%else
|
|
||||||
--without-federated-storage-engine \
|
|
||||||
%endif
|
|
||||||
--with-partition \
|
--with-partition \
|
||||||
--with-embedded-server \
|
--with-embedded-server \
|
||||||
--with-big-tables \
|
--with-big-tables \
|
||||||
@ -846,6 +833,10 @@ 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 Aug 29 2008 Kent Boortz <kent@mysql.com>
|
||||||
|
|
||||||
|
- Removed the "Federated" storage engine option, and enabled in all
|
||||||
|
|
||||||
* Tue Aug 26 2008 Joerg Bruehe <joerg@mysql.com>
|
* Tue Aug 26 2008 Joerg Bruehe <joerg@mysql.com>
|
||||||
|
|
||||||
- Get rid of the "warning: Installed (but unpackaged) file(s) found:"
|
- Get rid of the "warning: Installed (but unpackaged) file(s) found:"
|
||||||
|
Reference in New Issue
Block a user