List:Commits« Previous MessageNext Message »
From:antony Date:January 26 2007 6:46am
Subject:bk commit into 5.1 tree (antony:1.2407)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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-01-25 21:46:02-08:00, antony@stripped +1 -0
  Fix windows build

  sql/CMakeLists.txt@stripped, 2007-01-25 21:45:58-08:00, antony@stripped +1 -1
    fix udf_example - needs strmov on Win32

# 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:	antony
# Host:	ppcg5.local
# Root:	/Volumes/Development/Work/mysql-5.1-cmake

--- 1.35/sql/CMakeLists.txt	2007-01-25 21:46:10 -08:00
+++ 1.36/sql/CMakeLists.txt	2007-01-25 21:46:10 -08:00
@@ -31,7 +31,7 @@ SET_SOURCE_FILES_PROPERTIES(${CMAKE_SOUR
 							${CMAKE_SOURCE_DIR}/sql/message.h 
                               PROPERTIES GENERATED 1)
 SET(MYSQLD_EXTRA_SOURCES ${MYSQLD_EXTRA_SOURCES} message.h message.rc nt_servc.cc
nt_servc.h)
-SET(UDF_EXAMPLE_EXTRA_SOURCES udf_example.def)
+SET(UDF_EXAMPLE_EXTRA_SOURCES udf_example.def ${PROJECT_SOURCE_DIR}/strings/strmov.c)
 ENDIF(WIN32)
 
 IF(UNIX)
Thread
bk commit into 5.1 tree (antony:1.2407)antony26 Jan