List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:March 31 2005 9:44pm
Subject:bk commit into 4.1 tree (joerg:1.2182)
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.2182 05/03/31 21:44:48 joerg@stripped +1 -0
  uninit variable fixed
  
  Originally contained in 2005/03/03 21:13:33+01:00 serg@stripped;
  contained in MySQL 4.1.10a;
  re-committed for archival purposes.

  sql/ha_myisam.cc
    1.155 05/03/31 21:44:44 joerg@stripped +1 -1
    uninit variable fixed

# 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.10a

--- 1.154/sql/ha_myisam.cc	Thu Mar 31 21:41:03 2005
+++ 1.155/sql/ha_myisam.cc	Thu Mar 31 21:44:44 2005
@@ -1334,7 +1334,7 @@
 		      HA_CREATE_INFO *info)
 {
   int error;
-  uint i,j,recpos,minpos,fieldpos,temp_length,length, create_flags;
+  uint i,j,recpos,minpos,fieldpos,temp_length,length, create_flags= 0;
   bool found_real_auto_increment=0;
   enum ha_base_keytype type;
   char buff[FN_REFLEN];
Thread
bk commit into 4.1 tree (joerg:1.2182)Joerg Bruehe31 Mar