Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-03-20 18:37:09+01:00, msvensson@stripped +1 -0
my_print_default does not need to be linked with odbc32.lib(and friends)
extra/CMakeLists.txt@stripped, 2007-03-20 18:37:07+01:00, msvensson@stripped +1 -1
my_print_default does not need to be linked with odbc32.lib(and friends)
# 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: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-5.1-maint
--- 1.12/extra/CMakeLists.txt 2007-02-24 08:19:36 +01:00
+++ 1.13/extra/CMakeLists.txt 2007-03-20 18:37:07 +01:00
@@ -38,7 +38,7 @@ ADD_CUSTOM_TARGET(GenError
DEPENDS ${PROJECT_SOURCE_DIR}/include/mysqld_error.h)
ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
-TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt odbc32 odbccp32
wsock32)
+TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt wsock32)
ADD_EXECUTABLE(perror perror.c)
TARGET_LINK_LIBRARIES(perror strings mysys dbug wsock32)
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2484) | msvensson | 20 Mar |