List:Internals« Previous MessageNext Message »
From:kvishwanatha Date:November 7 2005 9:58am
Subject:bk commit into 4.1 tree (bldsql:1.2385)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of bldsql. When bldsql 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.2385 05/11/07 14:28:07 bldsql@stripped +3 -0
  Merge bk://mysql.bkbits.net/mysql-4.1
  into  blr-naas-nwl03.blr.novell.com:/home/bldsql/bk/mysql-4.1-web

  scripts/make_binary_distribution.sh
    1.89 05/11/07 14:27:55 bldsql@stripped +0 -0
    Auto merged

  netware/mysql_test_run.c
    1.15 05/11/07 14:27:55 bldsql@stripped +0 -2
    Auto merged

  include/config-netware.h
    1.13 05/11/07 14:27:55 bldsql@stripped +0 -1
    Auto merged

# 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:	bldsql
# Host:	blr-naas-nwl03.blr.novell.com
# Root:	/home/bldsql/bk/mysql-4.1-web/RESYNC

--- 1.12/include/config-netware.h	2005-08-23 20:37:12 +05:30
+++ 1.13/include/config-netware.h	2005-11-07 14:27:55 +05:30
@@ -116,15 +116,12 @@
 /* do not use the extended time in LibC sys\stat.h */
 #define _POSIX_SOURCE
 
-/* Kernel call on NetWare that will only yield if our time slice is up */
-void kYieldIfTimeSliceUp(void);
-
 /* Some macros for portability */
 
 #define set_timespec(ABSTIME,SEC) { (ABSTIME).tv_sec=time(NULL)+(SEC);
(ABSTIME).tv_nsec=0; }
 
 /* extra protection against CPU Hogs on NetWare */
-#define NETWARE_YIELD kYieldIfTimeSliceUp()
+#define NETWARE_YIELD pthread_yield()
 /* Screen mode for help texts */
 #define NETWARE_SET_SCREEN_MODE(A) setscreenmode(A)
 
Thread
bk commit into 4.1 tree (bldsql:1.2385)kvishwanatha7 Nov