List:Internals« Previous MessageNext Message »
From:pkarthick Date:August 22 2005 3:56pm
Subject:bk commit into 4.0 tree (pkarthick:1.2140)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 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.2140 05/08/22 19:26:10 pkarthick@stripped[prem] +1 -0
  4.0.x-compilation_mysql_test_run.c-19082005.patch

  netware/mysql_test_run.c
    1.8 05/08/19 15:55:03 pkarthick@stripped[prem] +4 -0
    Import patch 4.0.x-compilation_mysql_test_run.c-19082005.patch

# 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-4.0

--- 1.7/netware/mysql_test_run.c	2004-07-28 19:07:41 +05:30
+++ 1.8/netware/mysql_test_run.c	2005-08-19 15:55:03 +05:30
@@ -27,6 +27,10 @@
 
 #include "my_manage.h"
 
+#ifdef __NETWARE__
+#define strindex(a,b) ((char*)strindex(a,b))
+#endif
+
 /******************************************************************************
 
   macros
Thread
bk commit into 4.0 tree (pkarthick:1.2140)pkarthick22 Aug