List:Internals« Previous MessageNext Message »
From:pekka Date:April 21 2005 10:53am
Subject:bk commit into 5.0 tree (pekka:1.1868)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of pekka. When pekka 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.1868 05/04/21 12:53:40 pekka@stripped +1 -0
  ndb - fix typo

  sql/ha_ndbcluster.cc
    1.174 05/04/21 12:52:24 pekka@stripped +1 -1
    typo, no effect

# 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:	pekka
# Host:	clam.ndb.mysql.com
# Root:	/export/space/pekka/ndb/version/my50

--- 1.173/sql/ha_ndbcluster.cc	2005-04-21 10:24:38 +02:00
+++ 1.174/sql/ha_ndbcluster.cc	2005-04-21 12:52:24 +02:00
@@ -1187,7 +1187,7 @@
 {
   if (field->type() == MYSQL_TYPE_VARCHAR) {
     Field_varstring* f= (Field_varstring*)field;
-    if (f->length_bytes < 256) {
+    if (f->length_bytes == 1) {
       uint pack_len= field->pack_length();
       DBUG_ASSERT(1 <= pack_len && pack_len <= 256);
       if (ptr[1] == 0) {
Thread
bk commit into 5.0 tree (pekka:1.1868)pekka21 Apr