Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.2062 05/10/14 22:49:53 kent@stripped +1 -0
mysql.spec.sh:
For 5.x, always compile with --with-big-tables
Copy the config.log file to location outside
the build tree
support-files/mysql.spec.sh
1.119 05/10/14 22:44:28 kent@stripped +16 -2
For 5.x, always compile with --with-big-tables
Copy the config.log file to location outside
the build tree
# 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: kent
# Host: c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-5.0-release
--- 1.118/support-files/mysql.spec.sh 2005-10-14 22:08:02 +02:00
+++ 1.119/support-files/mysql.spec.sh 2005-10-14 22:44:28 +02:00
@@ -249,7 +249,7 @@
--includedir=%{_includedir} \
--mandir=%{_mandir} \
--enable-thread-safe-client \
- --with-readline ;
+ --with-readline ; \
# Add this for more debugging support
# --with-debug
"
@@ -302,9 +302,16 @@
--with-example-storage-engine \
--with-blackhole-storage-engine \
--with-federated-storage-engine \
+ --with-big-tables \
--with-comment=\"MySQL Community Edition - Experimental (GPL)\" \
--with-server-suffix='-max'"
+# We might want to save the config log file
+if test -n "$MYSQL_MAXCONFLOG_DEST"
+then
+ cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
+fi
+
make test-force || true
# Save mysqld-max
@@ -353,8 +360,15 @@
--with-comment=\"MySQL Community Edition - Standard (GPL)\" \
--with-server-suffix='%{server_suffix}' \
--with-archive-storage-engine \
- --with-innodb"
+ --with-innodb \
+ --with-big-tables"
nm --numeric-sort sql/mysqld > sql/mysqld.sym
+
+# We might want to save the config log file
+if test -n "$MYSQL_CONFLOG_DEST"
+then
+ cp -fp config.log "$MYSQL_CONFLOG_DEST"
+fi
make test-force || true
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.2062) | kent | 14 Oct |