List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:July 16 2008 3:06pm
Subject:bzr commit into mysql-falcon branch (hakan:231)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  231 Hakan Kuecuekyilmaz	2008-07-16
      Refined MySQL compile configuration flags.
modified:
  system-qa/bzr_pull_and_prepare_system-qa.sh

per-file messages:
  system-qa/bzr_pull_and_prepare_system-qa.sh
    Refined MySQL compile configuration flags.
=== modified file 'system-qa/bzr_pull_and_prepare_system-qa.sh'
--- a/system-qa/bzr_pull_and_prepare_system-qa.sh	2008-06-20 07:01:40 +0000
+++ b/system-qa/bzr_pull_and_prepare_system-qa.sh	2008-07-16 15:06:40 +0000
@@ -64,13 +64,13 @@ LOG="$WORK/weekly_falcon_system-qa.txt"
 LOCAL_ENV="$HOME/work/mysql-falcon/system-qa/local.env"
 
 # Note: Removed --with-ndbcluster, --with-embedded-server
-RELEASE_CONFIG="--prefix=/usr/local/mysql \
+COMMON_CONFIG="
+  --prefix=/usr/local/mysql \
   --localstatedir=/usr/local/mysql/data \
   --libexecdir=/usr/local/mysql/bin \
-  --with-comment='MySQL-Community-Server' \
-  --with-server-suffix='' \
-  --enable-thread-safe-client \
+  --enable-assembler \
   --enable-local-infile \
+  --enable-thread-safe-client \
   --with-pic \
   --with-fast-mutexes \
   --with-client-ldflags='-static' \
@@ -89,32 +89,15 @@ RELEASE_CONFIG="--prefix=/usr/local/mysq
   --with-innodb \
   --with-extra-charsets=all"
 
-DEBUG_CONFIG="--prefix=/usr/local/mysql \
-  --localstatedir=/usr/local/mysql/data \
-  --libexecdir=/usr/local/mysql/bin \
-  --with-comment='MySQL-Community-Server-Debug' \
+RELEASE_CONFIG="$COMMON_CONFIG \
+  --with-server-suffix='' \
+  --with-comment='MySQL-Community-Server'"
+
+DEBUG_CONFIG="$COMMON_CONFIG \
   --with-server-suffix='-debug' \
-  --enable-thread-safe-client \
-  --enable-local-infile \
-  --with-pic \
-  --with-fast-mutexes \
-  --with-client-ldflags='-static' \
-  --with-mysqld-ldflags='-static' \
-  --with-zlib-dir=bundled \
+  --with-comment='MySQL-Community-Server-Debug' \
   --with-debug \
-  --without-ndb-debug \
-  --with-big-tables \
-  --with-ssl \
-  --with-readline \
-  --with-archive-storage-engine \
-  --with-blackhole-storage-engine \
-  --with-csv-storage-engine \
-  --with-example-storage-engine \
-  --with-falcon \
-  --with-federated-storage-engine \
-  --with-partition \
-  --with-innodb \
-  --with-extra-charsets=all"
+  --without-ndb-debug "
 
 #
 # Control date.

Thread
bzr commit into mysql-falcon branch (hakan:231) Hakan Kuecuekyilmaz16 Jul