Commit 9fe01abc authored by df@kahlann.erinye.com's avatar df@kahlann.erinye.com

Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build

into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work
parents f1289aa1 beb265b2
...@@ -355,6 +355,8 @@ then ...@@ -355,6 +355,8 @@ then
fi fi
( cd mysql-test ( cd mysql-test
MTR_BUILD_THREAD=auto
export MTR_BUILD_THREAD
perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --report-features
perl ./mysql-test-run.pl --force --ps-protocol perl ./mysql-test-run.pl --force --ps-protocol
true ) true )
...@@ -417,6 +419,8 @@ then ...@@ -417,6 +419,8 @@ then
fi fi
( cd mysql-test ( cd mysql-test
MTR_BUILD_THREAD=auto
export MTR_BUILD_THREAD
perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --report-features
perl ./mysql-test-run.pl --force --ps-protocol perl ./mysql-test-run.pl --force --ps-protocol
true ) true )
...@@ -765,6 +769,10 @@ fi ...@@ -765,6 +769,10 @@ fi
# itself - note that they must be ordered by date (important when # itself - note that they must be ordered by date (important when
# merging BK trees) # merging BK trees)
%changelog %changelog
* Wed Jan 31 2007 Daniel Fischer <df@mysql.com>
- add MTR_BUILD_THREAD=auto to test runs.
* Fri Jan 05 2007 Kent Boortz <kent@mysql.com> * Fri Jan 05 2007 Kent Boortz <kent@mysql.com>
- Add CFLAGS to gcc call with --print-libgcc-file, to make sure the - Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment