From 5a503dce9ae1ed595aa280fa5305d6020326c3da Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 27 Jan 2007 12:46:20 +0100 Subject: fix order in spec file changelog support-files/mysql.spec.sh: fix order in changelog --- support-files/mysql.spec.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'support-files/mysql.spec.sh') diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 85a43f31efc..4f651fa74f7 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -722,17 +722,17 @@ fi in the server RPM. - The "mysqlmanager" man page got moved from section 1 to 8. +* Thu Nov 30 2006 Joerg Bruehe + +- Call "make install" using "benchdir_root=%{_datadir}", + because that is affecting the regression test suite as well. + * Thu Nov 16 2006 Joerg Bruehe - Explicitly note that the "MySQL-shared" RPMs (as built by MySQL AB) replace "mysql-shared" (as distributed by SuSE) to allow easy upgrading (bug#22081). -* Thu Nov 30 2006 Joerg Bruehe - -- Call "make install" using "benchdir_root=%{_datadir}", - because that is affecting the regression test suite as well. - * Mon Nov 13 2006 Joerg Bruehe - Add "--with-partition" to all server builds. -- cgit v1.2.1 From 9835dffa34024f912ee574891b3475c1e8316bbb Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Jan 2007 19:01:46 +0100 Subject: use MTR_BUILD_THREAD=auto for rpm builds support-files/mysql.spec.sh: use MTR_BUILD_THREAD=auto --- support-files/mysql.spec.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'support-files/mysql.spec.sh') diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 4e8921de5a4..24eaaf0356f 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -337,7 +337,7 @@ then cp -fp mysql-debug-%{mysql_version}/config.log "$MYSQL_DEBUGCONFLOG_DEST" fi -(cd mysql-debug-%{mysql_version}/mysql-test ; \ +(cd mysql-debug-%{mysql_version}/mysql-test ; MTR_BUILD_THREAD=auto ; export MTR_BUILD_THREAD ; \ ./mysql-test-run.pl --comment=debug --skip-rpl --skip-ndbcluster --force --report-features ; \ true) @@ -369,6 +369,8 @@ then fi cd mysql-release-%{mysql_version}/mysql-test +MTR_BUILD_THREAD=auto +export MTR_BUILD_THREAD ./mysql-test-run.pl --comment=normal --force --skip-ndbcluster --timer --report-features || true ./mysql-test-run.pl --comment=ps --ps-protocol --force --skip-ndbcluster --timer || true ./mysql-test-run.pl --comment=normal+rowrepl --mysqld=--binlog-format=row --force --skip-ndbcluster --timer || true -- cgit v1.2.1