Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen 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-02-14 13:48:46+01:00, knielsen@ymer.(none) +1 -0
Add file skipped by bk citool.
storage/ndb/ndbapi-examples/ndbapi_simple_index_ndbrecord/Makefile@stripped, 2007-02-14 13:48:14+01:00, knielsen@ymer.(none) +24 -0
BitKeeper file /usr/local/mysql/mysql-5.1-wl2223/storage/ndb/ndbapi-examples/ndbapi_simple_index_ndbrecord/Makefile
storage/ndb/ndbapi-examples/ndbapi_simple_index_ndbrecord/Makefile@stripped, 2007-02-14 13:48:14+01:00, knielsen@ymer.(none) +0 -0
# 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: knielsen
# Host: ymer.(none)
# Root: /usr/local/mysql/mysql-5.1-wl2223
--- New file ---
+++ storage/ndb/ndbapi-examples/ndbapi_simple_index_ndbrecord/Makefile 07/02/14 13:48:14
TARGET = ndbapi_simple_index_ndbrecord
SRCS = $(TARGET).cpp
OBJS = $(TARGET).o
CXX = g++
CFLAGS = -c -Wall -fno-rtti -fno-exceptions
CXXFLAGS =
DEBUG =
LFLAGS = -Wall
TOP_SRCDIR = ../../../..
INCLUDE_DIR = $(TOP_SRCDIR)
LIB_DIR = -L$(TOP_SRCDIR)/storage/ndb/src/.libs \
-L$(TOP_SRCDIR)/libmysql_r/.libs \
-L$(TOP_SRCDIR)/zlib/.libs \
-L$(TOP_SRCDIR)/mysys -L$(TOP_SRCDIR)/strings
SYS_LIB =
$(TARGET): $(OBJS)
$(CXX) $(CXXFLAGS) $(LFLAGS) $(LIB_DIR) $(OBJS) -lndbclient -lmysqlclient_r -lmysys -lmystrings -lz $(SYS_LIB) -o $(TARGET)
$(TARGET).o: $(SRCS)
$(CXX) $(CFLAGS) -I$(INCLUDE_DIR)/include -I$(INCLUDE_DIR)/storage/ndb/include -I$(INCLUDE_DIR)/storage/ndb/include/ndbapi $(SRCS)
clean:
rm -f *.o $(TARGET)
| Thread |
|---|
| • bk commit into 5.1 tree (knielsen:1.2435) | knielsen | 14 Feb |