List:Commits« Previous MessageNext Message »
From:tomas Date:December 20 2006 12:20pm
Subject:bk commit into 5.1 tree (tulin:1.2372)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mysqldev. When mysqldev 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, 2006-12-20 13:20:32+01:00, tulin@stripped +3 -0
  rename files to avoid too long filenames

  storage/ndb/ndbapi-examples/Makefile@stripped, 2006-12-20 13:20:29+01:00, tulin@stripped +1 -1
    rename files to avoid too long filenames

  storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile@stripped, 2006-12-20 13:20:30+01:00, tulin@stripped +1 -1
    rename files to avoid too long filenames

  storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile@stripped, 2006-12-20 13:13:50+01:00, mysqldev@stripped +0 -0
    Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/Makefile -> storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile

  storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp@stripped, 2006-12-20 13:14:25+01:00, mysqldev@stripped +0 -0
    Rename: storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent_dual.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp

  storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent_dual.cpp@stripped, 2006-12-20 13:13:50+01:00, mysqldev@stripped +0 -0
    Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent_dual.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent_dual.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:	tulin
# Host:	production.mysql.com
# Root:	/data0/mysqldev/users/tomas/mysql-5.1-telco

--- 1.10/storage/ndb/ndbapi-examples/Makefile	2006-12-20 13:20:42 +01:00
+++ 1.11/storage/ndb/ndbapi-examples/Makefile	2006-12-20 13:20:42 +01:00
@@ -7,7 +7,7 @@
 		ndbapi_scan \
 		mgmapi_logevent \
 		ndbapi_simple_dual \
-		mgmapi_logevent_dual
+		mgmapi_logevent2
 
 bins: $(patsubst %, _bins_%, $(BIN_DIRS))
 

--- 1.1/storage/ndb/ndbapi-examples/mgmapi_logevent_dual/Makefile	2006-12-20 13:20:42 +01:00
+++ 1.3/storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile	2006-12-20 13:20:42 +01:00
@@ -1,4 +1,4 @@
-TARGET = mgmapi_logevent_dual
+TARGET = mgmapi_logevent2
 SRCS = $(TARGET).cpp
 OBJS = $(TARGET).o
 CXX = g++
Thread
bk commit into 5.1 tree (tulin:1.2372)tomas20 Dec