#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/ based on revid:hky@stripped
313 Hakan Kuecuekyilmaz 2008-11-27
Cleanup of build configuration.
modified:
dbt2/include/configure_linux_gcc.inc
dbt2/include/configure_solaris_sparc_gcc.inc
dbt2/include/configure_solaris_x86_gcc.inc
per-file messages:
dbt2/include/configure_linux_gcc.inc
Cleanup.
dbt2/include/configure_solaris_sparc_gcc.inc
Cleanup.
=== modified file 'dbt2/include/configure_linux_gcc.inc'
--- a/dbt2/include/configure_linux_gcc.inc 2008-11-25 12:11:56 +0000
+++ b/dbt2/include/configure_linux_gcc.inc 2008-11-27 18:48:44 +0000
@@ -62,7 +62,6 @@ export CXXFLAGS="-g \
export CONFIGURATION="--disable-shared \
--enable-assembler \
--enable-local-infile \
- --enable-shared \
--enable-thread-safe-client \
--libexecdir=/usr/local/mysql/bin \
--localstatedir=/usr/local/mysql/data \
@@ -70,12 +69,9 @@ export CONFIGURATION="--disable-shared \
--with-client-ldflags='-static' \
--with-comment='MySQL-Community-Server' \
--with-extra-charsets=all \
- --with-falcon \
- --with-innodb \
- --with-partition \
+ --with-plugins=max-no-ndb \
--prefix=/usr/local/mysql \
--with-readline \
- --with-server-suffix='' \
--with-ssl \
--with-libevent \
--with-zlib-dir=bundled"
=== modified file 'dbt2/include/configure_solaris_sparc_gcc.inc'
--- a/dbt2/include/configure_solaris_sparc_gcc.inc 2008-11-25 12:11:56 +0000
+++ b/dbt2/include/configure_solaris_sparc_gcc.inc 2008-11-27 18:48:44 +0000
@@ -75,13 +75,10 @@ export CONFIGURATION="--disable-shared \
--with-client-ldflags='-static' \
--with-comment='MySQL-Community-Server' \
--with-extra-charsets=all \
- --with-falcon \
- --with-innodb \
+ --with-plugins=max-no-ndb \
--with-mysqld-ldflags='-static' \
- --with-partition \
--prefix=/usr/local/mysql \
--with-readline \
- --with-server-suffix='' \
--with-ssl \
--with-libevent \
--with-zlib-dir=bundled"
=== modified file 'dbt2/include/configure_solaris_x86_gcc.inc'
--- a/dbt2/include/configure_solaris_x86_gcc.inc 2008-11-25 12:11:56 +0000
+++ b/dbt2/include/configure_solaris_x86_gcc.inc 2008-11-27 18:48:44 +0000
@@ -73,13 +73,10 @@ export CONFIGURATION="--disable-shared \
--with-client-ldflags='-static' \
--with-comment='MySQL-Community-Server' \
--with-extra-charsets=all \
- --with-falcon \
- --with-innodb \
+ --with-plugins=max-no-ndb \
--with-mysqld-ldflags='-static' \
- --with-partition \
--prefix=/usr/local/mysql \
--with-readline \
- --with-server-suffix='' \
--with-ssl \
--with-libevent \
--with-zlib-dir=bundled"
| Thread |
|---|
| • bzr commit into mysql-falcon branch (hky:313) | Hakan Kuecuekyilmaz | 27 Nov |