List:Commits« Previous MessageNext Message »
From:msvensson Date:July 23 2006 10:13pm
Subject:bk commit into 5.0 tree (msvensson:1.2234)
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, 2006-07-23 22:13:12+02:00, msvensson@neptunus.(none) +1 -0
  Remove strange comment

  client/mysql.cc@stripped, 2006-07-23 22:13:10+02:00, msvensson@neptunus.(none) +0 -4
    Remove strange comment

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/my50-m-bug18431

--- 1.209/client/mysql.cc	2006-07-23 22:13:17 +02:00
+++ 1.210/client/mysql.cc	2006-07-23 22:13:17 +02:00
@@ -423,10 +423,6 @@ int main(int argc,char *argv[])
     signal(SIGINT, mysql_end);			// Catch SIGINT to clean up
   signal(SIGQUIT, mysql_end);			// Catch SIGQUIT to clean up
 
-  /*
-    Run in interactive mode like the ingres/postgres monitor
-  */
-
   put_info("Welcome to the MySQL monitor.  Commands end with ; or \\g.",
 	   INFO_INFO);
   sprintf((char*) glob_buffer.ptr(),
Thread
bk commit into 5.0 tree (msvensson:1.2234)msvensson23 Jul