From: kent Date: September 1 2007 12:51pm Subject: bk commit into 5.1 tree (kent:1.2595) List-Archive: http://lists.mysql.com/commits/33560 Message-Id: <200709011251.l81Cpxqr007047@production.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of mysqldev. When mysqldev 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-09-01 14:51:46+02:00, kent@stripped +1 -0 Makefile.am: Traditional make wants line to start with TAB Makefile.am@stripped, 2007-09-01 14:44:44+02:00, kent@stripped +2 -2 Traditional make wants line to start with TAB diff -Nrup a/Makefile.am b/Makefile.am --- a/Makefile.am 2007-07-26 18:40:36 +02:00 +++ b/Makefile.am 2007-09-01 14:44:44 +02:00 @@ -146,8 +146,8 @@ test-bt: cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \ fi - -cd mysql-test ; MTR_BUILD_THREAD=auto \ - @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress # Re-enable the "jp" suite when bug#28563 is fixed # -cd mysql-test ; MTR_BUILD_THREAD=auto \