List:Commits« Previous MessageNext Message »
From:kgeorge Date:November 8 2006 1:16pm
Subject:bk commit into 4.1 tree (gkodinov:1.2539)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kgeorge. When kgeorge 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-08 15:15:56+02:00, gkodinov@stripped +1 -0
  Make a new test target for autopush.pl to run memory based tests

  Makefile.am@stripped, 2006-11-08 15:15:48+02:00, gkodinov@stripped +7 -0
    Make a new test target for autopush.pl to run memory based tests

# 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:	gkodinov
# Host:	macbook.gmz
# Root:	/Users/kgeorge/mysql/work/mem-test-4.1-opt

--- 1.74/Makefile.am	2005-11-04 02:15:30 +02:00
+++ 1.75/Makefile.am	2006-11-08 15:15:48 +02:00
@@ -124,3 +124,10 @@
 	cd mysql-test; \
 	./mysql-test-run.pl --force && \
 	./mysql-test-run.pl --ps-protocol --force
+
+#used by autopush.pl to run memory based tests
+test-force-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 (gkodinov:1.2539)kgeorge8 Nov