List:Internals« Previous MessageNext Message »
From:tomas Date:June 2 2005 6:26pm
Subject:bk commit into 5.1 tree (tulin:1.1919)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1919 05/06/02 20:26:47 tulin@stripped +1 -0
  SETUP.sh:
    added partition handler to -max

  BUILD/SETUP.sh
    1.43 05/06/02 20:26:23 tulin@stripped +2 -2
    added partition handler to -max

# 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:	tulin
# Host:	dl145b.mysql.com
# Root:	/home/ndbdev/tomas/wl2325-wl1354-new

--- 1.42/BUILD/SETUP.sh	Thu May 12 15:45:04 2005
+++ 1.43/BUILD/SETUP.sh	Thu Jun  2 20:26:23 2005
@@ -48,8 +48,8 @@
 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-raid --with-openssl --with-raid --with-big-tables"
-max_leave_isam_configs="--with-innodb --with-partition --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-federated-storage-engine --with-raid --with-openssl --with-raid --with-embedded-server --with-big-tables"
+base_max_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-partition --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-big-tables"
+max_leave_isam_configs="--with-innodb --with-partition --with-berkeley-db --with-ndbcluster --with-partition --with-archive-storage-engine --with-federated-storage-engine --with-raid --with-openssl --with-raid --with-embedded-server --with-big-tables"
 max_no_es_configs="$max_leave_isam_configs --without-isam"
 max_configs="$max_no_es_configs --with-embedded-server"
 
Thread
bk commit into 5.1 tree (tulin:1.1919)tomas2 Jun