List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:August 17 2005 3:11pm
Subject:bk commit into 4.1 tree (joerg:1.2384)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of joerg. When joerg 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.2384 05/08/17 15:11:29 joerg@stripped +1 -0
  No C++ style comments in C source!

  mysys/charset.c
    1.139 05/08/17 15:11:25 joerg@stripped +1 -1
    No C++ style comments in C source!

# 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:	joerg
# Host:	trift2.
# Root:	/M41/clone-4.1.14

--- 1.138/mysys/charset.c	2005-08-17 10:26:27 +02:00
+++ 1.139/mysys/charset.c	2005-08-17 15:11:25 +02:00
@@ -679,5 +679,5 @@
     p[1]= _dig_vec_upper[tmp & 15];
   }
   *p= 0;
-  return p; // pointer to end 0 of 'to'
+  return p; /* pointer to end 0 of 'to' */
 }
Thread
bk commit into 4.1 tree (joerg:1.2384)Joerg Bruehe17 Aug