List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:April 17 2006 5:06pm
Subject:bk commit into 5.1 tree (jimw:1.2363)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jimw. When jimw 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.2363 06/04/17 10:06:17 jimw@stripped +1 -0
  Merge mysql.com:/home/jimw/my/mysql-5.1-19059
  into  mysql.com:/home/jimw/my/mysql-5.1-clean

  sql/mysqld.cc
    1.556 06/04/17 10:06:12 jimw@stripped +0 -0
    Auto merged

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.1-clean/RESYNC

--- 1.555/sql/mysqld.cc	2006-04-15 18:17:25 -07:00
+++ 1.556/sql/mysqld.cc	2006-04-17 10:06:12 -07:00
@@ -6774,6 +6774,10 @@
 static void print_version(void)
 {
   set_server_version();
+  /*
+    Note: the instance manager keys off the string 'Ver' so it can find the
+    version from the output of 'mysqld --version', so don't change it!
+  */
   printf("%s  Ver %s for %s on %s (%s)\n",my_progname,
 	 server_version,SYSTEM_TYPE,MACHINE_TYPE, MYSQL_COMPILATION_COMMENT);
 }
Thread
bk commit into 5.1 tree (jimw:1.2363)Jim Winstead17 Apr