Below is the list of changes that have just been committed into a local
5.1 repository of df. When df 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-08-03 14:43:11+02:00, df@stripped +1 -0
add mysqlslap back to windows builds for 5.1
client/CMakeLists.txt@stripped, 2007-08-03 14:43:08+02:00, df@stripped +4 -0
add mysqlslap back in for 5.1
diff -Nrup a/client/CMakeLists.txt b/client/CMakeLists.txt
--- a/client/CMakeLists.txt 2007-08-03 11:06:49 +02:00
+++ b/client/CMakeLists.txt 2007-08-03 14:43:08 +02:00
@@ -63,6 +63,10 @@ TARGET_LINK_LIBRARIES(mysqlbinlog mysqlc
ADD_EXECUTABLE(mysqladmin mysqladmin.cc)
TARGET_LINK_LIBRARIES(mysqladmin mysqlclient_notls wsock32)
+ADD_EXECUTABLE(mysqlslap mysqlslap.c)
+SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS")
+TARGET_LINK_LIBRARIES(mysqlslap mysqlclient mysys zlib wsock32 dbug)
+
ADD_EXECUTABLE(echo echo.c)
IF(EMBED_MANIFESTS)
| Thread |
|---|
| • bk commit into 5.1 tree (df:1.2594) | Daniel Fischer | 3 Aug |