List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:February 17 2006 2:15pm
Subject:bk commit into 5.1 tree (joerg:1.2131)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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.2131 06/02/17 14:14:56 joerg@stripped +1 -0
  Surprising change: "mysqld-max" is resurrected in 5.1, but in a common package.

  scripts/make_binary_distribution.sh
    1.110 06/02/17 14:14:50 joerg@stripped +2 -1
    Surprising change: "mysqld-max" is resurrected in 5.1, but in a common package.

# 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:	/M51/mysql-5.1

--- 1.109/scripts/make_binary_distribution.sh	2006-02-12 20:44:56 +01:00
+++ 1.110/scripts/make_binary_distribution.sh	2006-02-17 14:14:50 +01:00
@@ -131,7 +131,8 @@
   extra/resolve_stack_dump$BS extra/mysql_waitpid$BS \
   storage/myisam/myisamchk$BS storage/myisam/myisampack$BS \
   storage/myisam/myisamlog$BS storage/myisam/myisam_ftdump$BS \
-  sql/mysqld$BS sql/mysqld-debug$BS sql/mysql_tzinfo_to_sql$BS \
+  sql/mysqld$BS sql/mysqld-debug$BS sql/mysqld-max$BS \
+  sql/mysql_tzinfo_to_sql$BS \
   server-tools/instance-manager/mysqlmanager$BS \
   client/mysql$BS client/mysqlshow$BS client/mysqladmin$BS \
   client/mysqlslap$BS \
Thread
bk commit into 5.1 tree (joerg:1.2131)Joerg Bruehe17 Feb