List:Commits« Previous MessageNext Message »
From:pkarthick Date:February 9 2006 12:20pm
Subject:bk commit into 5.1 tree (pkarthick:1.2097)
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.2097 06/02/09 16:50:22 pkarthick@stripped +2 -0
  NetWare specific change to increase stacksize of mysqltest.nlm and mysqlshow.nlm as
these NLMs are abending on NW 6.5 SP5 servers.

  netware/mysqltest.def
    1.6 06/02/09 16:50:17 pkarthick@stripped +1 -0
    NetWare specific change to increase stacksize of mysqltest.nlm and mysqlshow.nlm as
these NLMs are abending on NW 6.5 SP5 servers.

  netware/mysqlshow.def
    1.7 06/02/09 16:50:17 pkarthick@stripped +1 -0
    NetWare specific change to increase stacksize of mysqltest.nlm and mysqlshow.nlm as
these NLMs are abending on NW 6.5 SP5 servers.

# 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.6/netware/mysqlshow.def	2005-08-26 18:15:20 +05:30
+++ 1.7/netware/mysqlshow.def	2006-02-09 16:50:17 +05:30
@@ -6,6 +6,7 @@
 COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
 DESCRIPTION "MySQL Show Tool"
 VERSION 4, 0
+STACKSIZE 65536
 XDCDATA ../netware/mysql.xdc
 #DEBUG
 

--- 1.5/netware/mysqltest.def	2004-11-30 23:28:13 +05:30
+++ 1.6/netware/mysqltest.def	2006-02-09 16:50:17 +05:30
@@ -5,6 +5,7 @@
 COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
 DESCRIPTION "MySQL Test Case Tool"
 VERSION 4, 0
+STACKSIZE 65536
 XDCDATA ../netware/mysql.xdc
 #DEBUG
 
Thread
bk commit into 5.1 tree (pkarthick:1.2097)pkarthick9 Feb