List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:May 10 2006 9:38pm
Subject:bk commit into 5.0 tree (cmiller:1.2130)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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.2130 06/05/10 15:38:04 cmiller@zippy.(none) +1 -0
  Removed misleading comment.

  client/mysql.cc
    1.205 06/05/10 15:38:00 cmiller@zippy.(none) +0 -1
    Removed misleading 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:	cmiller
# Host:	zippy.(none)
# Root:	/home/cmiller/work/mysql/mysql-5.0__bug19564

--- 1.204/client/mysql.cc	2006-05-09 22:22:42 -04:00
+++ 1.205/client/mysql.cc	2006-05-10 15:38:00 -04:00
@@ -2318,7 +2318,6 @@
       uint visible_length;
       uint extra_padding;
 
-      /* If this column may have a null value, use "NULL" for empty.  */
       if (! not_null_flag[off] && (cur[off] == NULL))
       {
         buffer= "NULL";
Thread
bk commit into 5.0 tree (cmiller:1.2130)Chad MILLER10 May