List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:September 29 2005 8:45pm
Subject:bk commit into 5.0 tree (patg:1.2013)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of patg. When patg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2013 05/09/29 13:45:39 patg@stripped +3 -0
  New flags for new max-no-ndb build script to get a build that has 
  everything except NDB

  BUILD/compile-ppc-debug-max-no-ndb
    1.1 05/09/29 13:45:30 patg@stripped +11 -0
    new script to build a max-type build sans NDB

  BUILD/compile-ppc-debug-max-no-ndb
    1.0 05/09/29 13:45:30 patg@stripped +0 -0
    BitKeeper file /home/patg/mysql-build/mysql-5.0/BUILD/compile-ppc-debug-max-no-ndb

  BUILD/compile-pentium-debug-max-no-ndb
    1.1 05/09/29 13:45:29 patg@stripped +11 -0
    new script to compile a max-type build sans NDB

  BUILD/compile-pentium-debug-max-no-ndb
    1.0 05/09/29 13:45:29 patg@stripped +0 -0
    BitKeeper file /home/patg/mysql-build/mysql-5.0/BUILD/compile-pentium-debug-max-no-ndb

  BUILD/SETUP.sh
    1.49 05/09/29 13:45:29 patg@stripped +2 -0
    Added base_max_no_ndb_configs so I can get a max-type build sans NDB for faster builds.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	patg
# Host:	krsna.patg.net
# Root:	/home/patg/mysql-build/mysql-5.0
--- New file ---
+++ BUILD/compile-pentium-debug-max-no-ndb	05/09/29 13:45:29
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh" $@ --with-debug=full

extra_flags="$pentium_cflags $debug_cflags $max_cflags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs $max_no_ndb_configs"

. "$path/FINISH.sh"

--- New file ---
+++ BUILD/compile-ppc-debug-max-no-ndb	05/09/29 13:45:30
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$ppc_cflags $debug_cflags $max_cflags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$debug_configs $max_no_ndb_configs"

. "$path/FINISH.sh"


--- 1.48/BUILD/SETUP.sh	2005-09-28 08:03:58 -07:00
+++ 1.49/BUILD/SETUP.sh	2005-09-29 13:45:29 -07:00
@@ -53,8 +53,10 @@
 c_warnings="$global_warnings -Wunused"
 cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
 base_max_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-openssl --with-big-tables --with-blackhole-storage-engine --with-federated-storage-engine --with-csv-storage-engine"
+base_max_no_ndb_configs="--with-innodb --with-berkeley-db --without-ndbcluster --with-archive-storage-engine --with-openssl --with-big-tables --with-blackhole-storage-engine --with-federated-storage-engine --with-csv-storage-engine"
 max_leave_isam_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-federated-storage-engine --with-blackhole-storage-engine --with-csv-storage-engine --with-openssl --with-embedded-server --with-big-tables"
 max_configs="$base_max_configs --with-embedded-server"
+max_no_ndb_configs="$base_max_no_ndb_configs --with-embedded-server"
 
 path=`dirname $0`
 . "$path/check-cpu"
Thread
bk commit into 5.0 tree (patg:1.2013)Patrick Galbraith29 Sep