List:Commits« Previous MessageNext Message »
From:kgeorge Date:November 8 2006 2:41pm
Subject:bk commit into 5.0 tree (gkodinov:1.2303)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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 16:41:12+02:00, gkodinov@stripped +1 -0
  Merge macbook.gmz:/Users/kgeorge/mysql/work/mem-test-4.1-opt
  into  macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.0-opt
  MERGE: 1.1616.2791.1

  Makefile.am@stripped, 2006-11-08 16:41:05+02:00, gkodinov@stripped +6 -7
    merge fixes
    MERGE: 1.60.1.15

# 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-5.0-opt/RESYNC

--- 1.85/Makefile.am	2006-10-03 06:05:48 +03:00
+++ 1.86/Makefile.am	2006-11-08 16:41:05 +02:00
@@ -135,6 +135,12 @@
 	./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
+
 # Don't update the files from bitkeeper
 %::SCCS/s.%
 
Thread
bk commit into 5.0 tree (gkodinov:1.2303)kgeorge8 Nov