List:Commits« Previous MessageNext Message »
From:msvensson Date:November 13 2006 7:16pm
Subject:bk commit into 4.1 tree (msvensson:1.2560)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson 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, 2006-11-13 19:16:23+01:00, msvensson@neptunus.(none) +1 -0
  Remove test-force-pl-mem and add test-force-mem

  Makefile.am@stripped, 2006-11-13 19:16:22+01:00, msvensson@neptunus.(none) +6 -4
    Remove test-force-pl-mem and add test-force-mem

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-4.1-maint

--- 1.75/Makefile.am	2006-11-13 19:16:27 +01:00
+++ 1.76/Makefile.am	2006-11-13 19:16:27 +01:00
@@ -114,6 +114,12 @@ test-force:
 	./mysql-test-run --force && \
 	./mysql-test-run --ps-protocol --force
 
+test-force-mem:
+	cd mysql-test; \
+	./mysql-test-run --force --mem && \
+	./mysql-test-run --ps-protocol --force --mem
+
+
 # We are testing a new Perl version of the test script
 test-pl:
 	cd mysql-test; \
@@ -125,7 +131,3 @@ test-force-pl:
 	./mysql-test-run.pl --force && \
 	./mysql-test-run.pl --ps-protocol --force
 
-test-force-pl-mem:
-	cd mysql-test; \
-	./mysql-test-run.pl --force --mem && \
-	./mysql-test-run.pl --ps-protocol --force --mem
Thread
bk commit into 4.1 tree (msvensson:1.2560)msvensson13 Nov