List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:September 29 2005 11:12pm
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 23:10:30 patg@stripped +1 -0
  Merge pgalbraith@stripped:/home/bk/mysql-5.0
  into  radha.local:/Users/patg/mysql-build/mysql-5.0.stock

  BUILD/SETUP.sh
    1.50 05/09/29 23:09:23 patg@stripped +0 -0
    Auto merged

# 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:	radha.local
# Root:	/Users/patg/mysql-build/mysql-5.0.stock/RESYNC

--- 1.49/BUILD/SETUP.sh	2005-09-28 18:41:49 +02:00
+++ 1.50/BUILD/SETUP.sh	2005-09-29 23:09:23 +02: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