List:Commits« Previous MessageNext Message »
From:msvensson Date:April 19 2007 4:32pm
Subject:bk commit into 5.0 tree (msvensson:1.2466)
View as plain text  
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-04-19 18:32:55+02:00, msvensson@stripped +1 -0
  mysql_upgrade depends on GenFixPrivs

  client/CMakeLists.txt@stripped, 2007-04-19 18:32:54+02:00, msvensson@stripped +1 -0
    mysql_upgrade depends on GenFixPrivs

# 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.0-maint

--- 1.5/client/CMakeLists.txt	2007-02-16 15:25:48 +01:00
+++ 1.6/client/CMakeLists.txt	2007-04-19 18:32:54 +02:00
@@ -83,6 +83,7 @@ TARGET_LINK_LIBRARIES(mysqlimport mysqlc
 
 ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c ../mysys/my_getpagesize.c)
 TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient mysys dbug yassl taocrypt zlib wsock32)
+ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs)
 
 ADD_EXECUTABLE(mysqlshow mysqlshow.c)
 TARGET_LINK_LIBRARIES(mysqlshow mysqlclient mysys dbug yassl taocrypt zlib wsock32)
Thread
bk commit into 5.0 tree (msvensson:1.2466)msvensson19 Apr