List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:June 23 2006 12:17pm
Subject:bk commit into 5.0 tree (joerg:1.2193) BUG#18516
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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
  1.2193 06/06/23 12:17:11 joerg@stripped +1 -0
  The binary "mysql_upgrade" must be included in the distribution. (bug#18516 + 19353)

  scripts/make_binary_distribution.sh
    1.109 06/06/23 12:17:05 joerg@stripped +1 -1
    The binary "mysql_upgrade" must be included in the distribution.

# 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:	joerg
# Host:	trift2.
# Root:	/M50/bug19353-5.0-2

--- 1.108/scripts/make_binary_distribution.sh	2006-03-21 10:14:44 +01:00
+++ 1.109/scripts/make_binary_distribution.sh	2006-06-23 12:17:05 +02:00
@@ -134,7 +134,7 @@
   client/mysql$BS client/mysqlshow$BS client/mysqladmin$BS \
   client/mysqldump$BS client/mysqlimport$BS \
   client/mysqltest$BS client/mysqlcheck$BS \
-  client/mysqlbinlog$BS \
+  client/mysqlbinlog$BS client/mysql_upgrade$BS \
   tests/mysql_client_test$BS \
   libmysqld/examples/mysql_client_test_embedded$BS \
   libmysqld/examples/mysqltest_embedded$BS \
Thread
bk commit into 5.0 tree (joerg:1.2193) BUG#18516Joerg Bruehe23 Jun