List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:November 13 2006 10:10am
Subject:bk commit into 5.1 tree (joerg:1.2357)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of joerg. When joerg 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@stripped, 2006-11-13 11:10:27+01:00, joerg@trift2. +1 -0
  Build the generic RPMs including the "partition" feature.

  support-files/mysql.spec.sh@stripped, 2006-11-13 11:10:23+01:00, joerg@trift2. +2 -0
    Add the "partition" feature to the server configuration, whether debugging or not.

# 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:	joerg
# Host:	trift2.
# Root:	/MySQL/M51/push-5.1

--- 1.168/support-files/mysql.spec.sh	2006-11-13 11:10:36 +01:00
+++ 1.169/support-files/mysql.spec.sh	2006-11-13 11:10:36 +01:00
@@ -318,6 +318,7 @@
 		--with-example-storage-engine \
 		--with-blackhole-storage-engine \
 		--with-federated-storage-engine \
+	        --with-partition \
 	        --with-big-tables \
 		--with-comment=\"MySQL Community Server - Debug (GPL)\"")
 
@@ -348,6 +349,7 @@
 		--with-example-storage-engine \
 		--with-blackhole-storage-engine \
 		--with-federated-storage-engine \
+	        --with-partition \
 		--with-embedded-server \
 	        --with-big-tables \
 		--with-comment=\"MySQL Community Server (GPL)\"")
Thread
bk commit into 5.1 tree (joerg:1.2357)Joerg Bruehe13 Nov