List:Commits« Previous MessageNext Message »
From:msvensson Date:November 13 2006 12:33pm
Subject:bk commit into 5.0 tree (msvensson:1.2298)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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 13:33:33+01:00, msvensson@neptunus.(none) +2 -0
  Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
  MERGE: 1.1616.2144.206

  include/Makefile.am@stripped, 2006-11-13 13:33:30+01:00, msvensson@neptunus.(none) +0 -0
    Auto merged
    MERGE: 1.48.1.4

  mysql-test/mysql-test-run.pl@stripped, 2006-11-13 13:33:30+01:00, msvensson@neptunus.(none) +0 -0
    Auto merged
    MERGE: 1.8.9.88

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

--- 1.62/include/Makefile.am	2006-11-13 13:33:38 +01:00
+++ 1.63/include/Makefile.am	2006-11-13 13:33:38 +01:00
@@ -65,6 +65,7 @@ abi_check: mysql.h mysql_version.h mysql
 	if [ @ICHECK@ != no ] ; then \
 	  @ICHECK@ --canonify --skip-from-re /usr/ -o $@.ic mysql.h; \
 	  @ICHECK@ --compare mysql_h.ic $@.ic; \
+	  $(RM) -f $@.ic; \
 	fi; \
 	touch abi_check;
 

--- 1.150/mysql-test/mysql-test-run.pl	2006-11-13 13:33:38 +01:00
+++ 1.151/mysql-test/mysql-test-run.pl	2006-11-13 13:33:38 +01:00
@@ -591,7 +591,7 @@ sub command_line_setup () {
              'tmpdir=s'                 => \$opt_tmpdir,
              'vardir=s'                 => \$opt_vardir,
              'benchdir=s'               => \$glob_mysql_bench_dir,
-             'mem:s'                    => \$opt_mem,
+             'mem'                      => \$opt_mem,
 
              # Misc
              'comment=s'                => \$opt_comment,
@@ -4648,9 +4648,9 @@ Options to control directories to use
   vardir=DIR            The directory where files generated from the test run
                         is stored (default: ./var). Specifying a ramdisk or
                         tmpfs will speed up tests.
-  mem[=DIR]             Run testsuite in "memory" using tmpfs or ramdisk
-                        Attempts to use DIR first if specified else
-                        uses as builtin list of standard locations
+  mem                   Run testsuite in "memory" using tmpfs or ramdisk
+                        Attempts to find a suitable location
+                        using a builtin list of standard locations
                         for tmpfs (/dev/shm)
                         The option can also be set using environment
                         variable MTR_MEM=[DIR]
Thread
bk commit into 5.0 tree (msvensson:1.2298)msvensson13 Nov