List:Internals« Previous MessageNext Message »
From:konstantin Date:October 3 2005 3:45pm
Subject:bk commit into 5.0 tree (konstantin:1.2008)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.2008 05/10/03 19:44:53 konstantin@stripped +1 -0
  Fix -ansi -pedantic compilation failure.

  client/mysqltest.c
    1.168 05/10/03 19:44:37 konstantin@stripped +1 -1
    Fix -ansi -pedantic compilation failure.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-5.0-root

--- 1.167/client/mysqltest.c	2005-09-30 18:51:29 +04:00
+++ 1.168/client/mysqltest.c	2005-10-03 19:44:37 +04:00
@@ -3155,7 +3155,7 @@
     goto end;
   }
 
-  // If we come here the query is both executed and read successfully
+  /* If we come here the query is both executed and read successfully */
   if (handle_no_error(q))
   {
     error= 1;
Thread
bk commit into 5.0 tree (konstantin:1.2008)konstantin3 Oct