Below is the list of changes that have just been committed into a local
5.0 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-01-22 10:41:36+01:00, msvensson@neptunus.(none) +1 -0
gen_lex_hash does not need to link with odbc32*.lib
extra/CMakeLists.txt@stripped, 2007-01-22 10:41:34+01:00, msvensson@neptunus.(none) +1 -1
gen_lex_hash does not need to link with odbc32*.lib
# 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: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.2/extra/CMakeLists.txt 2007-01-22 10:41:42 +01:00
+++ 1.3/extra/CMakeLists.txt 2007-01-22 10:41:42 +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.0 tree (msvensson:1.2388) | msvensson | 22 Jan |