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 16:52:14+01:00, jperkin@stripped +1 -0
mysql.spec.sh:
Enable Falcon on i386 and x86_64.
support-files/mysql.spec.sh@stripped, 2007-12-06 16:51:31+01:00, jperkin@stripped +6 -0
Enable Falcon on i386 and x86_64.
diff -Nrup a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
--- a/support-files/mysql.spec.sh 2007-11-16 17:40:41 +01:00
+++ b/support-files/mysql.spec.sh 2007-12-06 16:51:31 +01:00
@@ -327,6 +327,9 @@ BuildMySQL "--enable-shared \
--with-example-storage-engine \
--with-blackhole-storage-engine \
--with-federated-storage-engine \
+%ifarch i386 x86_64
+ --with-falcon \
+%endif
--with-partition \
--with-big-tables \
--with-comment=\"MySQL Community Server - Debug (GPL)\"")
@@ -356,6 +359,9 @@ BuildMySQL "--enable-shared \
--with-example-storage-engine \
--with-blackhole-storage-engine \
--with-federated-storage-engine \
+%ifarch i386 x86_64
+ --with-falcon \
+%endif
--with-partition \
--with-embedded-server \
--with-big-tables \
| Thread |
|---|
| • bk commit into 6.0 tree (jperkin:1.2742) | Jonathan Perkin | 6 Dec |