mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
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 support-files/mysql.spec.sh: Auto merged
This commit is contained in:
commit
4a7724b75f
1 changed files with 8 additions and 0 deletions
|
@ -355,6 +355,8 @@ then
|
|||
fi
|
||||
|
||||
( 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 --ps-protocol
|
||||
true )
|
||||
|
@ -417,6 +419,8 @@ then
|
|||
fi
|
||||
|
||||
( 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 --ps-protocol
|
||||
true )
|
||||
|
@ -765,6 +769,10 @@ fi
|
|||
# itself - note that they must be ordered by date (important when
|
||||
# merging BK trees)
|
||||
%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>
|
||||
|
||||
- Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
|
||||
|
|
Loading…
Add table
Reference in a new issue