List:Commits« Previous MessageNext Message »
From:georg Date:October 13 2006 12:54pm
Subject:bk commit into 5.1 tree (georg:1.2313)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of georg. When georg 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, 2006-10-13 14:53:49+02:00, georg@stripped +1 -0
  added build rules for mysql_upgrade

  client/CMakeLists.txt@stripped, 2006-10-13 14:53:44+02:00, georg@stripped +3 -0
    added build rules for mysql_upgrade

# 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:	georg
# Host:	lmy002.wdf.sap.corp
# Root:	/home/georg/work/mysql/prod/mysql-5.1-win

--- 1.12/client/CMakeLists.txt	2006-10-13 14:54:05 +02:00
+++ 1.13/client/CMakeLists.txt	2006-10-13 14:54:05 +02:00
@@ -78,3 +78,6 @@
 
 ADD_EXECUTABLE(mysqlslap mysqlslap.c)
 TARGET_LINK_LIBRARIES(mysqlslap mysqlclient mysys yassl taocrypt zlib wsock32 dbug)
+
+ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c)
+TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient mysys dbug yassl taocrypt zlib wsock32)
Thread
bk commit into 5.1 tree (georg:1.2313)georg13 Oct