List:Internals« Previous MessageNext Message »
From:Marko Mäkelä Date:March 8 2005 8:49pm
Subject:bk commit into 4.1 tree (marko:1.2094)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of marko. When marko 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.2094 05/03/08 21:49:30 marko@stripped +1 -0
  mysqld.cc:
    main(): add missing parameter to printf(ER(ER_READY),...) call

  sql/mysqld.cc
    1.559 05/03/08 21:48:20 marko@stripped +1 -3
    main(): add missing parameter to printf(ER(ER_READY),...) call

# 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:	marko
# Host:	hundin.mysql.fi
# Root:	/home/marko/mysql-4.1

--- 1.558/sql/mysqld.cc	Mon Mar  7 14:59:13 2005
+++ 1.559/sql/mysqld.cc	Tue Mar  8 21:48:20 2005
@@ -3085,9 +3085,7 @@
 
   printf(ER(ER_READY),my_progname,server_version,
 	 ((unix_sock == INVALID_SOCKET) ? (char*) "" : mysqld_unix_port),
-	 mysqld_port);
-  if (MYSQL_COMPILATION_COMMENT[0] != '\0')
-    fputs("  " MYSQL_COMPILATION_COMMENT, stdout);
+	 mysqld_port, MYSQL_COMPILATION_COMMENT);
   putchar('\n');
   fflush(stdout);
 
Thread
bk commit into 4.1 tree (marko:1.2094)Marko Mäkelä8 Mar