List:Commits« Previous MessageNext Message »
From:pkarthick Date:February 10 2006 9:56am
Subject:bk commit into 5.1 tree (pkarthick:1.2098)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of prem. When prem 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.2098 06/02/10 15:26:52 pkarthick@stripped +1 -0
  NetWare specific change, removed duplicate stacksize increase.

  storage/innobase/os/os0thread.c
    1.32 06/02/10 15:26:47 pkarthick@stripped +0 -9
    NetWare specific change, removed duplicate stacksize increase.

# 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:	pkarthick
# Host:	blr-naas-nwl04.blr.novell.com
# Root:	/home/prem/bk/mysql-5.1

--- 1.31/storage/innobase/os/os0thread.c	2006-02-02 19:52:23 +05:30
+++ 1.32/storage/innobase/os/os0thread.c	2006-02-10 15:26:47 +05:30
@@ -150,15 +150,6 @@
 #endif
 #ifdef __NETWARE__
 	ret = pthread_attr_setstacksize(&attr,
-					(size_t) NW_THD_STACKSIZE);
-        if (ret) {
-	         fprintf(stderr,
-          "InnoDB: Error: pthread_attr_setstacksize returned %d\n", ret);
-		 exit(1);
-	}
-#endif
-#ifdef __NETWARE__
-	ret = pthread_attr_setstacksize(&attr,
 			      (size_t)NW_THD_STACKSIZE);
         if (ret) {
 	         fprintf(stderr,
Thread
bk commit into 5.1 tree (pkarthick:1.2098)pkarthick10 Feb