List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:May 9 2005 7:32am
Subject:bk commit into 4.1 tree (jimw:1.2250)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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.2250 05/05/09 00:32:23 jimw@stripped +1 -0
  Merge mysql.com:/home/jimw/my/mysql-4.1-9186
  into mysql.com:/home/jimw/my/mysql-4.1-clean

  client/mysql.cc
    1.205 05/05/09 00:32:22 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-4.1-clean/RESYNC

--- 1.204/client/mysql.cc	2005-05-07 01:05:19 -07:00
+++ 1.205/client/mysql.cc	2005-05-09 00:32:22 -07:00
@@ -950,13 +950,12 @@
     }
     else
     {
-      char *prompt= (char*) (ml_comment ? "   /*> " :
-                             glob_buffer.is_empty() ?  construct_prompt() :
-			     !in_string ? "    -> " :
-			     in_string == '\'' ?
-			     "    '> " : (in_string == '`' ?
-			     "    `> " :
-			     "    \"> "));
+      char *prompt= (char*) ((ml_comment ? "   /*> " :
+                              (glob_buffer.is_empty() ?  construct_prompt() :
+			       (!in_string ? "    -> " :
+			        (in_string == '\'' ?  "    '> " :
+                                 (in_string == '`' ?  "    `> " :
+                                  "    \"> "))))));
       if (opt_outfile && glob_buffer.is_empty())
 	fflush(OUTFILE);
 
Thread
bk commit into 4.1 tree (jimw:1.2250)Jim Winstead9 May