List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:January 22 2007 11:49am
Subject:bk commit into 5.0 tree (df:1.2391)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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:49:34+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:49:32+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-5.0-build-work

--- 1.163/support-files/mysql.spec.sh	2007-01-22 11:45:31 +01:00
+++ 1.164/support-files/mysql.spec.sh	2007-01-22 11:49:32 +01:00
@@ -345,6 +345,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 )
@@ -407,6 +408,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 )
@@ -755,6 +757,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>
+
+- Use MTR_BUILD_THREAD=auto for mysql-test-run.pl.
+
 * 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 5.0 tree (df:1.2391)Daniel Fischer22 Jan