List:Internals« Previous MessageNext Message »
From:kent Date:August 11 2005 11:47am
Subject:bk commit into 4.1 tree (kent:1.2374)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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.2374 05/08/11 13:47:24 kent@stripped +2 -0
  Makefile.am:
    config.cpp => ndb_config.cpp, solves link problems on case insensitive OS
  ndb_config.cpp:
    Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp

  ndb/tools/Makefile.am
    1.15 05/08/10 21:15:28 kent@stripped +1 -1
    config.cpp => ndb_config.cpp, solves link problems on case insensitive OS

  ndb/tools/ndb_config.cpp
    1.4 05/08/06 02:06:54 kent@stripped +0 -0
    Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp

# 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:	kent
# Host:	dialup-d2i-62-65-89-131.home.se
# Root:	/Users/kent/mysql/bk/mysql-4.1

--- 1.14/ndb/tools/Makefile.am	2005-07-23 12:05:59 +02:00
+++ 1.15/ndb/tools/Makefile.am	2005-08-10 21:15:28 +02:00
@@ -32,7 +32,7 @@
                       restore/consumer_printer.cpp \
                       restore/Restore.cpp
 
-ndb_config_SOURCES = config.cpp \
+ndb_config_SOURCES = ndb_config.cpp \
 	../src/mgmsrv/Config.cpp \
 	../src/mgmsrv/ConfigInfo.cpp \
 	../src/mgmsrv/InitConfigFileParser.cpp
Thread
bk commit into 4.1 tree (kent:1.2374)kent11 Aug