List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:December 14 2007 6:47am
Subject:bk commit into 5.0 tree (stewart:1.2514)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of stewart. When stewart 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@stripped, 2007-12-14 17:47:26+11:00, stewart@willster.(none) +1 -0
  fix the case of the disappearing NdbSleep build

  ndb/src/common/portlib/Makefile.am@stripped, 2007-12-14 17:47:25+11:00, stewart@willster.(none) +1 -1
    fix missing build of NdbSleep that somehow disappeared...

diff -Nrup a/ndb/src/common/portlib/Makefile.am b/ndb/src/common/portlib/Makefile.am
--- a/ndb/src/common/portlib/Makefile.am	2007-12-14 16:34:45 +11:00
+++ b/ndb/src/common/portlib/Makefile.am	2007-12-14 17:47:25 +11:00
@@ -18,7 +18,7 @@ EXTRA_DIST = CMakeLists.txt
 noinst_LTLIBRARIES = libportlib.la
 
 libportlib_la_SOURCES = \
-	NdbCondition.c NdbMutex.c NdbTick.c \
+	NdbCondition.c NdbMutex.c NdbTick.c NdbSleep.c \
 	NdbEnv.c NdbThread.c NdbHost.c NdbTCP.cpp	    \
 	NdbDaemon.c NdbMem.c \
 	NdbConfig.c
Thread
bk commit into 5.0 tree (stewart:1.2514)Stewart Smith14 Dec