List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:December 6 2007 4:01pm
Subject:bk commit into 6.0 tree (jperkin:1.2743)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of mysqldev. When mysqldev 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, 2007-12-06 17:01:43+01:00, jperkin@stripped +1 -0
  mysql.spec.sh:
    Whitespace cleanup.
    Disable Falcon if not explicitly enabled.

  support-files/mysql.spec.sh@stripped, 2007-12-06 17:01:15+01:00, jperkin@stripped +6 -6
    Whitespace cleanup.

  support-files/mysql.spec.sh@stripped, 2007-12-06 17:00:02+01:00, jperkin@stripped +4 -0
    Disable Falcon if not explicitly enabled.

diff -Nrup a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
--- a/support-files/mysql.spec.sh	2007-12-06 16:51:31 +01:00
+++ b/support-files/mysql.spec.sh	2007-12-06 17:01:15 +01:00
@@ -328,10 +328,12 @@ BuildMySQL "--enable-shared \
 		--with-blackhole-storage-engine \
 		--with-federated-storage-engine \
 %ifarch i386 x86_64
-                --with-falcon \
+		--with-falcon \
+%else
+		--without-falcon \
 %endif
-	        --with-partition \
-	        --with-big-tables \
+		--with-partition \
+		--with-big-tables \
 		--with-comment=\"MySQL Community Server - Debug (GPL)\"")
 
 # We might want to save the config log file
@@ -360,11 +362,13 @@ BuildMySQL "--enable-shared \
 		--with-blackhole-storage-engine \
 		--with-federated-storage-engine \
 %ifarch i386 x86_64
-                --with-falcon \
+		--with-falcon \
+%else
+		--without-falcon \
 %endif
-	        --with-partition \
+		--with-partition \
 		--with-embedded-server \
-	        --with-big-tables \
+		--with-big-tables \
 		--with-comment=\"MySQL Community Server (GPL)\"")
 # We might want to save the config log file
 if test -n "$MYSQL_CONFLOG_DEST"
Thread
bk commit into 6.0 tree (jperkin:1.2743)Jonathan Perkin6 Dec