List:Commits« Previous MessageNext Message »
From:msvensson Date:August 1 2006 11:35am
Subject:bk commit into 5.0 tree (msvensson:1.2247) BUG#21367
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-08-01 11:35:37+02:00, msvensson@neptunus.(none) +1 -0
  Bug#21367 IM tests do not recognize "win2003-amd64" as Windows
   - Disable Instance manager on Windows

  mysql-test/mysql-test-run.pl@stripped, 2006-08-01 11:35:35+02:00, msvensson@neptunus.(none)
+7 -0
    Disable Instance manager on Windows.

# 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

--- 1.105/mysql-test/mysql-test-run.pl	2006-08-01 11:35:42 +02:00
+++ 1.106/mysql-test/mysql-test-run.pl	2006-08-01 11:35:42 +02:00
@@ -812,6 +812,13 @@ sub command_line_setup () {
     $opt_with_ndbcluster= 0;
   }
 
+  # Check IM arguments
+  if ( $glob_win32 )
+  {
+    mtr_report("Disable Instance manager - not supported on Windows");
+    opt_skip_im= 1;
+  }
+
   # Check valgrind arguments
   if ( $opt_valgrind or $opt_valgrind_path or defined $opt_valgrind_options)
   {
Thread
bk commit into 5.0 tree (msvensson:1.2247) BUG#21367msvensson1 Aug