diff options
author | unknown <joerg@trift2.> | 2006-11-13 12:10:12 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2006-11-13 12:10:12 +0100 |
commit | c8e7e74be7d91370577c5ff961c9c27d7b35c2d6 (patch) | |
tree | e4be156db76bbcd098c15fdb7767b467efbb9304 /support-files/mysql.spec.sh | |
parent | 15cb9dabacdb2965405c88e7d37d0f7809798ef3 (diff) | |
download | mariadb-git-c8e7e74be7d91370577c5ff961c9c27d7b35c2d6.tar.gz |
support-files/mysql.spec.sh : Make the server report its features in the first test run.clone-5.1.13-build
support-files/mysql.spec.sh:
1) Ensure that the features of each server built are reported in the first test run it takes.
2) Add "--with-partition" to the change log (missing on previous push).
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 6c860f273d4..d808ade8342 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -329,7 +329,7 @@ then fi (cd mysql-debug-%{mysql_version}/mysql-test ; \ - ./mysql-test-run.pl --comment=debug --skip-rpl --skip-ndbcluster --force ; \ + ./mysql-test-run.pl --comment=debug --skip-rpl --skip-ndbcluster --force --report-features ; \ true) ############################################################################## @@ -360,7 +360,7 @@ then fi cd mysql-release-%{mysql_version}/mysql-test -./mysql-test-run.pl --comment=normal --force --skip-ndbcluster --timer || true +./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 ./mysql-test-run.pl --comment=ps+rowrepl+NDB --ps-protocol --mysqld=--binlog-format=row --force --timer || true @@ -687,6 +687,12 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Mon Nov 13 2006 Joerg Bruehe <joerg@mysql.com> + +- Add "--with-partition" to all server builds. + +- Use "--report-features" in one test run per server build. + * Tue Aug 15 2006 Joerg Bruehe <joerg@mysql.com> - The "max" server is removed from packages, effective from 5.1.12-beta. |