List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:January 22 2007 10:44am
Subject:bk commit into 4.1 tree (df:1.2602)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of df. When df 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-01-22 11:44:07+01:00, df@stripped +1 -0
  Use MTR_BUILD_THREAD=auto in RPM spec file

  support-files/mysql.spec.sh@stripped, 2007-01-22 11:44:06+01:00, df@stripped +6 -0
    MTR_BUILD_THREAD=auto

# 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:	df
# Host:	kahlann.erinye.com
# Root:	/home/df/mysql/build/mysql-4.1-build-work

--- 1.128/support-files/mysql.spec.sh	2007-01-05 16:52:04 +01:00
+++ 1.129/support-files/mysql.spec.sh	2007-01-22 11:44:06 +01:00
@@ -320,6 +320,7 @@ then
 fi
 
 ( cd mysql-test
+  export MTR_BUILD_THREAD=auto
   perl ./mysql-test-run.pl --force --report-features
   perl ./mysql-test-run.pl --force --ps-protocol
   true )
@@ -386,6 +387,7 @@ then
 fi
 
 ( cd mysql-test
+  export MTR_BUILD_THREAD=auto
   perl ./mysql-test-run.pl --force --report-features
   perl ./mysql-test-run.pl --force --ps-protocol
   true )
@@ -726,6 +728,10 @@ fi
 # itself - note that they must be ordered by date (important when
 # merging BK trees)
 %changelog 
+* Mon Jan 22 2007 Daniel Fischer <df@stripped>
+
+- Add MTR_BUILD_THREAD=auto to mysql-test-run.pl calls.
+
 * Fri Jan 05 2007 Kent Boortz <kent@stripped>
 
 - Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
Thread
bk commit into 4.1 tree (df:1.2602)Daniel Fischer22 Jan