commit f3b912d8ab759d97c6b20e45ef5491a0a3cf13b7
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Dec 11 10:35:41 2007 +0000

    - merge from AC-branch: build with federated engine
    
    Changed files:
        mysql.spec -> 1.353.2.23

 mysql.spec | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index cadf283..09c47bc 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -3,13 +3,14 @@
 # - http://bugs.mysql.com/bug.php?id=16470
 #
 # Conditional build:
-%bcond_with    bdb             # Berkeley DB support
+%bcond_without big_tables      # Support tables with more than 4G rows even on 
32 bit platforms
+%bcond_without federated       # Federated storage engine support
 %bcond_without innodb          # InnoDB storage engine support
-%bcond_with    sphinx          # Sphinx storage engine support
 %bcond_without raid            # Without raid
 %bcond_without ssl             # Without OpenSSL
 %bcond_without tcpd            # Without libwrap (tcp_wrappers) support
-%bcond_without big_tables      # Support tables with more than 4G rows even on 
32 bit platforms
+%bcond_with    bdb             # Berkeley DB support
+%bcond_with    sphinx          # Sphinx storage engine support
 #
 %include       /usr/lib/rpm/macros.perl
 #define        _snap   20060111
@@ -23,7 +24,7 @@ Summary(uk):  MySQL - 
 Summary(zh_CN):        MySQL���ݿ������
 Name:          mysql
 Version:       5.0.51
-Release:       1
+Release:       2
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 #Source0:      ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
@@ -505,6 +506,7 @@ CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
        --with-unix-socket-path=/var/lib/mysql/mysql.sock \
        --with-archive-storage-engine \
        %{?with_sphinx:--with-sphinx-storage-engine} \
+       %{?with_federated:--with-federated-storage-engine} \
        --with-vio \
        --with-ndbcluster \
        --without-readline \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/431f68fe79a66d5dfdd53f2655709e6c925fbc22

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to