List:Commits« Previous MessageNext Message »
From:kent Date:October 13 2006 9:49pm
Subject:bk commit into 5.1 tree (kent:1.2318)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kent. When kent 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 21:48:27+02:00, kent@stripped +1 -0
  CMakeLists.txt:
    Added mysql_upgrade target to Windows CMake build

  client/CMakeLists.txt@stripped, 2006-10-13 21:47:43+02:00, kent@stripped +3 -0
    Added mysql_upgrade target to Windows CMake build

# 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:	kent
# Host:	c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-5.1-release

--- 1.12/client/CMakeLists.txt	2006-10-13 21:49:17 +02:00
+++ 1.13/client/CMakeLists.txt	2006-10-13 21:49:17 +02:00
@@ -65,6 +65,9 @@
 ADD_EXECUTABLE(mysqlimport mysqlimport.c)
 TARGET_LINK_LIBRARIES(mysqlimport mysqlclient mysys dbug yassl taocrypt zlib wsock32)
 
+ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c)
+TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient mysys dbug yassl taocrypt zlib wsock32)
+
 ADD_EXECUTABLE(mysqlshow mysqlshow.c)
 TARGET_LINK_LIBRARIES(mysqlshow mysqlclient mysys dbug yassl taocrypt zlib wsock32)
 
Thread
bk commit into 5.1 tree (kent:1.2318)kent13 Oct