List:Commits« Previous MessageNext Message »
From:Brian Pontz Date:March 28 2006 1:31am
Subject:bk commit into 5.1 tree (bpontz:1.2232)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mysqldev. When mysqldev 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.2232 06/03/28 01:31:34 bpontz@stripped +1 -0

  client/mysqlslap.c
    1.26 06/03/28 01:30:27 bpontz@stripped +1 -1

# 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:	bpontz
# Host:	suse9-x86.mysql.com
# Root:	/data0/mydev/mysql-5.1.8-build

--- 1.25/client/mysqlslap.c	2006-03-10 17:54:05 +01:00
+++ 1.26/client/mysqlslap.c	2006-03-28 01:30:27 +02:00
@@ -1012,7 +1012,7 @@
     }
   }
 #endif
-#ifndef __WIN__
+#if !(defined(__WIN__) || defined(__NETWARE__))
 #ifdef HAVE_LIBPTHREAD
   else
 #endif
Thread
bk commit into 5.1 tree (bpontz:1.2232)Brian Pontz28 Mar