List:Commits« Previous MessageNext Message »
From:omer Date:May 9 2007 4:58pm
Subject:bk commit into 5.1 tree (omer:1.2513)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of omer. When omer 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-05-09 07:58:35-07:00, omer@stripped +1 -0
  Correcting the 'partitions' suite name to its 'short' version - 'parts' in the Makefile.am file

  Makefile.am@stripped, 2007-05-09 07:58:31-07:00, omer@stripped +2 -2
    Correcting the 'partitions' suite name to its 'short' version - 'parts'

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	omer
# Host:	linux.site
# Root:	/home/omer/source/bld51_2

--- 1.131/Makefile.am	2007-05-09 07:58:45 -07:00
+++ 1.132/Makefile.am	2007-05-09 07:58:45 -07:00
@@ -130,7 +130,7 @@
 	-cd mysql-test ; MTR_BUILD_THREAD=auto \
 	@PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl
 	-cd mysql-test ; MTR_BUILD_THREAD=auto \
-	@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=partitions
+	@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
 	-cd mysql-test ; MTR_BUILD_THREAD=auto \
 	@PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp
 
@@ -157,7 +157,7 @@
 
 test-ext-partitions:
 	cd mysql-test ; \
-	@PERL@ ./mysql-test-run.pl --force --suite=partitions
+	@PERL@ ./mysql-test-run.pl --force --suite=parts
 
 test-ext-jp:
 	cd mysql-test ; \

Thread
bk commit into 5.1 tree (omer:1.2513)omer10 May