List:Commits« Previous MessageNext Message »
From:msvensson Date:March 1 2006 3:22pm
Subject:bk commit into 5.0 tree (msvensson:1.2091)
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
  1.2091 06/03/01 15:22:47 msvensson@shellback.(none) +1 -0
  Dont' run the mysql_protocols on Windows

  mysql-test/t/mysql_protocols.test
    1.5 06/03/01 15:22:39 msvensson@shellback.(none) +2 -0
    Dont' run the mysql_protocols 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:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.0

--- 1.4/mysql-test/t/mysql_protocols.test	2005-07-28 02:21:44 +02:00
+++ 1.5/mysql-test/t/mysql_protocols.test	2006-03-01 15:22:39 +01:00
@@ -1,5 +1,7 @@
 # Embedded server doesn't support external clients
 --source include/not_embedded.inc
+# Windows does not have SOCKET, but will try to create a PIPE as well as MEMORY
+--source include/not_windows.inc
 
 # test for Bug #4998 "--protocol doesn't reject bad values"
 
Thread
bk commit into 5.0 tree (msvensson:1.2091)msvensson1 Mar