List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:December 14 2007 6:22am
Subject:bk commit into 5.0 tree (stewart:1.2513)
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:22:09+11:00, stewart@willster.(none) +1 -0
  Fix build issue from win32 ndb_mgmd build patch. ndb_opts.c not introduced until later patch

  ndb/src/common/util/Makefile.am@stripped, 2007-12-14 17:22:08+11:00, stewart@willster.(none) +1 -1
    ndb_opts.c not introduced until later

diff -Nrup a/ndb/src/common/util/Makefile.am b/ndb/src/common/util/Makefile.am
--- a/ndb/src/common/util/Makefile.am	2007-12-13 23:56:05 +11:00
+++ b/ndb/src/common/util/Makefile.am	2007-12-14 17:22:08 +11:00
@@ -23,7 +23,7 @@ libgeneral_la_SOURCES = \
             SocketServer.cpp SocketClient.cpp SocketAuthenticator.cpp\
 	    OutputStream.cpp NdbOut.cpp BaseString.cpp \
 	    NdbSqlUtil.cpp new.cpp \
-            uucode.c random.c version.c ndb_opts.c \
+            uucode.c random.c version.c \
             strdup.c \
             ConfigValues.cpp ndb_init.c basestring_vsnprintf.c \
             Bitmask.cpp
Thread
bk commit into 5.0 tree (stewart:1.2513)Stewart Smith14 Dec