mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql.spec.sh:
If excluding Federated, make sure dynamic plugin is not built Makefile.am: Only run cluster test when compiled with cluster lib_sql.cc: Work around for Visual Studio 2003, that lacks vsnprintf() but has _vsnprintf() Makefile.am: Only run cluster test when compiled with cluster libmysqld/lib_sql.cc: Work around for Visual Studio 2003, that lacks vsnprintf() but has _vsnprintf() support-files/mysql.spec.sh: If excluding Federated, make sure dynamic plugin is not built
This commit is contained in:
@ -336,6 +336,8 @@ BuildMySQL "--enable-shared \
|
||||
--with-innodb \
|
||||
%if %{CLUSTER_BUILD}
|
||||
--with-ndbcluster \
|
||||
%else
|
||||
--without-ndbcluster \
|
||||
%endif
|
||||
--with-archive-storage-engine \
|
||||
--with-csv-storage-engine \
|
||||
@ -343,6 +345,8 @@ BuildMySQL "--enable-shared \
|
||||
--with-blackhole-storage-engine \
|
||||
%if %{FEDERATED_BUILD}
|
||||
--with-federated-storage-engine \
|
||||
%else
|
||||
--without-federated-storage-engine \
|
||||
%endif
|
||||
--with-partition \
|
||||
--with-big-tables \
|
||||
|
Reference in New Issue
Block a user