List:Commits« Previous MessageNext Message »
From:eugene Date:July 22 2006 3:52am
Subject:bk commit into 5.0 tree (evgen:1.2210)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of evgen. When evgen 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-22 05:52:37+04:00, evgen@stripped +1 -0
  field.h:
    Fixed typo.

  sql/field.h@stripped, 2006-07-22 05:52:17+04:00, evgen@stripped +1 -1
    Fixed typo.

# 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:	evgen
# Host:	moonbone.local
# Root:	/work/autopush/12185-bug-5.0-opt-mysql

--- 1.184/sql/field.h	2006-07-22 05:52:40 +04:00
+++ 1.185/sql/field.h	2006-07-22 05:52:40 +04:00
@@ -1141,7 +1141,7 @@
     packlength= 4;
     if (set_packlength)
     {
-      uint32 char_lengt= len_arg/cs->mbmaxlen;
+      uint32 char_length= len_arg/cs->mbmaxlen;
       packlength= char_length <= 255 ? 1 :
                   char_length <= 65535 ? 2 :
                   char_length <= 16777215 ? 3 : 4;
Thread
bk commit into 5.0 tree (evgen:1.2210)eugene22 Jul