List:Commits« Previous MessageNext Message »
From:pkarthick Date:June 12 2006 10:17am
Subject:bk commit into 5.1 tree (pkarthick:1.2182)
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.2182 06/06/12 13:46:53 pkarthick@stripped +2 -0
  NetWare specific change.

  netware/BUILD/compile-AUTOTOOLS
    1.7 06/06/12 13:46:41 pkarthick@stripped +2 -0
    NetWare specific change.

  include/config-netware.h
    1.17 06/06/12 13:46:41 pkarthick@stripped +1 -0
    NetWare specific change.

# 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/BUILD/compile-AUTOTOOLS	2006-02-13 01:03:07 +05:30
+++ 1.7/netware/BUILD/compile-AUTOTOOLS	2006-06-12 13:46:41 +05:30
@@ -5,6 +5,8 @@
 
 # stop on errors
 set -e
+sed -e "s/^DIST_COMMON/#DIST_COMMON/g" storage/ndb/Makefile.am > storage/ndb/Makefile.am.$$
+mv storage/ndb/Makefile.am.$$ storage/ndb/Makefile.am
 
 for package in . ./storage/innobase
 do

--- 1.16/include/config-netware.h	2006-02-13 01:03:06 +05:30
+++ 1.17/include/config-netware.h	2006-06-12 13:46:41 +05:30
@@ -42,6 +42,7 @@
 #include <sys/time.h>
 #include <pthread.h>
 #include <termios.h>
+#include <sys/select.h>
 
 #undef _EVENT_H_
 /* 
Thread
bk commit into 5.1 tree (pkarthick:1.2182)pkarthick12 Jun